How to configure OAM as an IDP and SP for Authentication
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 ...