Category: SAML2

Security Assertion Markup Language

[Federated Authentication] Integrating Salesforce with WSO2 Identity Server as SAML2 SSO IDP

In my previous blog post we went through how you can configure the SAML2 SSO web application with Identity Server. Users authenticate to Identity Server by proving username/password. These username/password must be authenticated with the enterprise user store that identity server has been deployed. Therefore only the user who are in the enterprise user store […]

Configure WSO2 Identity Server as SAML2 SSO IDP

WSO2 Identity Server is one of the powerful open source identity management solution. It can act as an SAML2 SSO IDP.  You can use Identity Server to integrate with different applications to achieve seamless user login in your enterprise. You can easily register your service provider applications using WSO2 Identity Server management console. Lets tryout […]

How SAML2 Single Logout Works

First, lets understand the single logout work flow that is initiated by SP Please note here,  i am using following diagram (This is copied from specification).  Here IDP is referred to SAML2 SSO Identity Provider and SP is referred to SAML2 SSO Service Provider Profile Overview  1.  LogoutRequest issued by SP to  IDP 2.  IDP determines authenticated SPs for given […]