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 […]
Tag: SSO
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 […]
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 […]
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 […]
In SAML metadata profile, It describes how IDP can provides the information about its endpoints, keys, profile support, processing requirements and etc for the service providers as metadata. But some of the SAML2 SSO IDP provider does not support to export its details as SAML metadata. Therefore you may need to create SAML metadata in […]
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 […]