If you are using Identity Server for user and role management,You may wonder how we could manage user’s attributes with it. In identity server, each user store attribute can be mapped as a claim. Therefore you need to go through claim management and properly map your LDAP/AD/JDBC user store attributes with the claim uris defined […]
Tag: LDAP
In LDAP user object contains different attributes such as uid, cn , email and so on. Some of the attributes can be unique. As an example normally uid and email can be unique attributes for user. Once you connect your LDAP with an application, application can use one of unique attribute in LDAP to authenticate […]
One of the important thing that must be supported by the production IDM system is that horizontal scaling with high availability and reliability. WSO2 Identity server’s achieves the horizontal scaling using clustering mechanism. In this post i am going to explain deploying Identity Server in a cluster. Sometime, you may have gone through online articles and docs […]