Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom authentication issue

TexasApexDeveloperApr 15 2010 — edited May 1 2010
Good Afternoon,
I am trying to add some code to a custom authentication routine to allow for tracking in the APEX supplied logs. Currently the authentication code processes the Login attempt and either allows access or returns the user back to the login page with a error message in case they entered an invalid username/password.

I had added in each case the required two lines of code:

APEX_UTIL.SET_CUSTOM_AUTH_STATUS('Test Message.. Ignore Me')
APEX_UTIL.SET_AUTHENTICATION_RESULT(1) (Just as a test, will use more accurate values later)


Now when I login with a non-existent user it logs it as a successful login, with NO custom text loaded...

Can anyone suggest an idea here, other than using a custom logging table?

Thank you,

Tony Miller
Webster, TX
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2010
Added on Apr 15 2010
16 comments
4,981 views