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!

Apex SSO using IBM TIFM

User606971-OCFeb 22 2019

Hi

I am trying to configure SSO with our corporate SSO server which is IBM Tivoli Access Management product. I have a custom authentication scheme which calls a sentry function and it reads iv-user variable. I can see the header variable correctly passed to Apex engine. Also, weird thing is all these are working if I use firefox private browser. But if I use firefox without private browser, then I get the below error after authentication using sso.

The API call "wwv_flow_custom_auth_std.logout" has been desupported in Application Express version 5. Details about this incident are available via debug id "191".

Not sure where I use this in my code. I dont use this in the sentry function or the logout url. Can someone help me find out the way to get occurrences where I use the above API call in my code ?

Thanks

Comments
Post Details
Added on Feb 22 2019
0 comments
212 views