What types of authentication methods are used for various client groups?
- 内容介绍
- 文章标签
- 相关推荐
本文共计111个文字,预计阅读时间需要1分钟。
How can I track the client requesting authentication in the user service? My applications vary, some are resource owners, and some use OpenID Connect.
HowcanIunderstandwhichclientisrequestingforauthenticationintheuserserviceHow 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?
本文共计111个文字,预计阅读时间需要1分钟。
How can I track the client requesting authentication in the user service? My applications vary, some are resource owners, and some use OpenID Connect.
HowcanIunderstandwhichclientisrequestingforauthenticationintheuserserviceHow 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?

