Skip to main content

Posts

Showing posts with the label Identity Server

Manage User Account Associations & Federated User IDs in WSO2 IS 5.1.0

Manage User Account Associations In  WSO2 Identity Server(IS) 5.1.0 we can find a new feature called user account association feature. With this feature IS enables its users to merge their different accounts and switch between them after logged in to a merged account. Users can consume this feature in following ways, As an admin service As a gadget in the IS user dash board Admin Service You can access this admin service using the URL ' https://<HOST_NAME>:9443/services/UserAccountAssociationService?wsdl '.  Following actions can be performed using above admin service. Create a new user account association Delete an exciting user account association Get all associated user accounts of the logged in user Switch between associated user accounts without re-authenticate with the system Dashboard Gadget - Associated User Account In the user dashboard of IS 5.1.0 there is a new gadget called "Associated User Accounts" as follows, ...

SAML2 Toolkit - WSO2 Identity Server 5.0

When you try to configure SAML2 based Web SSO, did you ever hoped is there an easy way to identify what you have missed or did wrong in either in the Identity Provider (IdP) side or Service Provider (SP) side? Then you should try the SAML Toolkit feature which comes with WSO2 Identity Server 5.0.0 . This toolkit consists of two modules, SAML2 Request Validator - user can validate SP initiated SAML2 AuthnRequest SAML2 Response Builder - user can generate SAML2 response for a selected SAML2 Web SSO configuration Lets try this tool, First you need to download the WSO2 Identity Server 5.0.0 and follow the "Getting Started" section to run the product. If you have followed the instructions correctly you should be able to access the server using the URL https://localhost:9443/carbon. Once you have logged to the server, you can find the required tools under Main > Tools > SAML .   Figure 1: SAML Toolkit Section SAML Request Validator Once...