Customizing SAML2 Response and SAML2 Assertion in WSO2
WSO2IS provides extensions to customize the SAML2 response and Assertion that is generated with SAML2 SSO web browser profile. You can find more on SAML2 SSO with WSO2IS from here as well. Lets go...
View Article[Federated Authentication] Integration OpenAM with WSO2IS using Openid-Connect
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...
View ArticleUser Password Hashing with WSO2 Identity Server (WSO2IS)
If you are storing end user passwords, It must be stored as hashed value.. not as encrypted or plain text. Because; once it is stored as hashed, it is hard to find the actual password out of it. So, it...
View ArticleConfigure Multiple Federated Identity Providers with WSO2 Identity Server...
In my previous posts, we tried the federation authentication with WSO2IS and other third party identity provider such as Salesforce, Google IDP, Shibboleth and so on. You can find them from here In...
View ArticleCustom notification module for account management in WSO2 Identity Server...
WSO2IS supports for account recovery/validation using identity management features. By default; it is supported to send the user notifications using emails. WSO2IS contains an email sending module with...
View ArticleHow to configure session time out in WSO2 Identity Server (WSO2IS)
I have seen many queries on configuring SSO session time out in WSO2IS. First, you need to understand that WSO2IS creates separate SSO session for SSO login and it is different from the session which...
View ArticleCustom authenticator for WSO2 Identity Server (WSO2IS) SSO login
In SSO login, you can plug different custom authenticators in to the WSO2IS. There are two major types. One is local authenticators and other one is Federated Authenticators. Federated authenticators...
View ArticleService provider grouping with WSO2 Identity Server
When WSO2IS is used as SSO IDP, end user (single browser agent) can have only one SSO session with WSO2IS. This session can not be based on the service provider or tenant domain or any other parameter....
View ArticleMutual SSL (X.509 Certificate) grant type for OAuth2
We have already discussed on implementing custom grant types for OAuth2 in this blog post. Today, we are going to implement a Mutual SSL (X.509 certificate) based grant type for WSO2IS/APIM Following...
View ArticleExchanging An OAuth2 Access token for An OpenAM Cookie (Cookie base OAuth2...
OpenAM provides a set of REST APIs to authenticate the users with username/password & validates the authenticated user’s sessions. Assume that there is an application which has been implemented to...
View Article