Maksym
Maksym

Reputation: 2860

Getting verification from LDAP through WSO2 Identity Server

I am only getting started with WSO2 Identity Server.

What do I need? - getting verification from LDAP server that user (entry) is existing there through WSO2 Identity Server.

Is it possible? Can I do this by adding a new identity Provider in https://localhost:9444/carbon/?

Any ideas or help.

Sorry, if my question is dumb.

Upvotes: 2

Views: 278

Answers (1)

Bee
Bee

Reputation: 12502

Identity server comes with an embedded LDAP server as its primary userstore. But you can change userstore configurations so that IS works with your LDAP too. You also can add your LDAP as a secondary userstore as well.

After that, if you go to User and Roles section in UI, you should see Users and Roles existing in your LDAP.

Upvotes: 2

Related Questions