Posts

How to configure OAM as an IDP and SP for Authentication

Image
Problem Statement: How to configure  OAM as an Identity Provider(IDP) and Service Provider(SP) Product Components : OAM(11.1.2.3) , OIF , Active Directory, Metadata of another SSO Application Detailed Problem Statement : I have 2 SSO products(Oracle and Azure) and wanted users from Oracle identity store to be authenticated using Oracle SSO and users from Azure user identity store to be authenticated via Azure SSO. However request should always be initiated by Oracle, So if I am a Azure user Oracle will act as a Service Provider and will redirect user to Azure for Authentication, post successful authentication Azure will send return attributes to Oracle and Oracle will send those returned attributes to application and user will be logged in to application. As from user point of view they won't be having any idea to which SSO they belong to so as soon as they will enter their credentials authentication will happen from respective SSO application. Note :  If ...

WNA Fallback to FORM Based Authentication Step By Step Process

Image
Problem Statement: How to configure Custom Login Page instead of WNA Fallback / Popup Product Components : OAM(11.1.2.3) , Active Directory Note: Advanced Rules are part of the Adaptive Authentication Service for which a license is required. If you want to go with the below process you must have the license for the “Adaptive Authentication Service“ , as per oracle document  License Detail . Detailed Problem Statement : If you have a requirement to change Challenge  Method from WNA to Form based and use custom Login Page, instead of default popup for authentication you'll have to follow  below setting to achieve this. How does it work: Initially if we are using WNA Scheme to run Kerberos Authentication.  On failure of Kerberos Token Identification, Instead of popup if we need to use our own custom login page or Oracle default login page,  we can make following changes.  We have to create a customized page and save it to p...