Tag: SSO

[Federated Authentication] Integrating Google OpenID-Connect Authentication with WSO2 Identity Server

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 […]

Troubleshooting SAML2 Web SSO Scenarios

If you are working on developing, integrating and testing SAML2 based SSO scenarios;  It would be really useful, If we can trace the SAML2 messages that are going here and there. Once of the great tool that we can use for this, is the SSO Tracer It is just a firefox plugin and you can install it in […]

[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 […]