0

It is possible to configure WSO2 API Manager to authenticate the user(resource owner) without IdentityServer?

For example need to return login form to authenticate the resource owner via Active Directory or other LDAP.

Abimaran Kugathasan
  • 31,165
  • 11
  • 75
  • 105
Alexandru Para
  • 139
  • 1
  • 9

1 Answers1

3

The API Manager has the same user authentication than all other WSO2 products using configured userstore.

Effectively you need to configure you userstore in the repository/conf/user-mgt.xml configuration

gusto2
  • 11,210
  • 2
  • 17
  • 36
  • Thanks for response. I configure the AD as a tenant. But when I try to grant with the AD user, I get an access denied for that API. Are there any special permissions for AD users in the API manager? – Alexandru Para Dec 21 '17 at 18:12
  • 1
    if you set up a tenent, you may need to to login as `USERSTORE\username@tenant.domain` (or maybe it's enough `username@tenant.domain` ) – gusto2 Dec 21 '17 at 20:23