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