Hi,
I have an app with Custom Authentication - Works all fine.
Now, I create a second scheme with Azure SSO.
My Default authentication is still the Custom Auth.
I create a button on Page9999 as Login With Azure - On Click Redirect To Page 1 (home page) with REQUEST as APEX_AUTHENTICATION=MY_AZURE_SSO (Credential Name)
When I log using AZURE - It works fine by going to MS and after logging in , I am redirected back to home page correctly.
Now, When I try to login using my old Custom Auth by username/password, I get Invalid Credentials.
When I try to log username/password in my custom auth procedure, I dont get the logs.
I think the auth schemes are getting mixed up somewhere.
Can you please suggest.
Thanks