HowcanIunderstandwhichclientisrequestingforauthenticationintheuserservice How can I understand which client is requesting for authentication in the user serviceI have several application some of them are Resource owner some of them use OpenI
How can I understand which client is requesting for authentication in the user serviceI have several application some of them are Resource owner some of them use OpenID and some use LDAP to login. I have my CustomUserManager which validate user from db but if I know the client application I can make decision to authenticate user by LDAP.
该提问来源于开源项目:IdentityServer/IdentityServer3
Check the context for the client?