-1

Please is POST not a duplicate of Oracle ADF Secured App Gives HTTP 401 Error

I'am having this error when trying to access a protected page within ADF Secure application with Jdeveloper 12C.

I try the same things on JDeveloper 11.1.2.0.0 and everything goes normally.

Error 401--Unauthorized

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.2 401 Unauthorized

Does somebody known the problem? Is this a bug in Jdeveloper 12C?

Community
  • 1
  • 1
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65

1 Answers1

0

Youp!

I get it now running on Jdeveloper 12c. The probleme was that i have some corrupted files in my application which always force default Authentictor to ignore that an user authentication is successful.

I just create a brand new application, migrate the jsf pages and also a new ADF Secure configuration.

Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
  • Hello Festus I was curious how many jsf pages and jsff you had to migrate for this project. Did you recreate the jsf pages or just the application? Thank you in advance. – Cameron Goodale Mar 15 '18 at 19:33