How to configure SAML SSO with ADFS as IdP and Weblogic server as SP
Steps to configure SAML SSO with ADFS (as IDP) and Weblogic Server (as SP) By: Puneeth Prakash | Principal Software Engineer (https://blogs.oracle.com/blogbypuneeth/steps-to-configure-saml-sso-with-adfs-as-idp-and-weblogic-server-as-sp) Steps to integrate ADFS with Ping Identity (https://technet.microsoft.com/en-us/library/adfs2-federation-with-ping-identity-ping-federate(v=ws.10).aspx) Below are the steps to configure SAML 2.0 SSO using ADFS as Identity Provider and WLS as Service Provider. In this example I am using ADFS 2.0 on Windows Server 2008R2. Let's have a look at the ADFS IDP configuration first : Step 1 : Download and install ADFS 2.0 - Create a Federation Server Step 2 : - Create a self signed certificate and configure SSL on IIS Step 3 : - Start ADFS 2.0 Management / Configuration Wizard - Create a new Federation Service - Select the self-signed certificate you created using I...