What types of authentication methods are used for various client groups?

2026-04-27 19:121阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计111个文字,预计阅读时间需要1分钟。

What types of authentication methods are used for various client groups?

How can I track the client requesting authentication in the user service? My applications vary, some are resource owners, and some use OpenID Connect.

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 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?

What types of authentication methods are used for various client groups?

本文共计111个文字,预计阅读时间需要1分钟。

What types of authentication methods are used for various client groups?

How can I track the client requesting authentication in the user service? My applications vary, some are resource owners, and some use OpenID Connect.

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 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?

What types of authentication methods are used for various client groups?