Skip to main content

Posts

Showing posts with the label AD

Configure Active Directory as a Secondary User Store

Prerequisites: Install and configure Active directory with WSO2 IS 5.0.0 http://pavithramadurangi.blogspot.com/2015/01/configuring-ad-in-windows-2012-r2-to-be.html http://social.technet.microsoft.com/wiki/contents/articles/2980.ldap-over-ssl-ldaps-certificate.aspx Steps to configure secondary user store: 1. Login as admin/admin 2. Go to Configure -> User Store Management, Add secondary user store, give the information as shown in the image, click update Refer  https://docs.wso2.com/display/IS500/Configuring+Secondary+User+Stores Verify: 1. The secondary user store configuration should be found at the following location <IS_HOME>/repository/deployment/server/userstores/ADSUS.xml 2. Create a new user in secondary user store and check that user can login to the management console. Go to configure -> User and Roles -> Users -> Add New User (ex: aduser) Select the domain ADSUS and give the user details and Finish Go to Roles and give th...