【发布时间】:2022-01-22 18:52:48
【问题描述】:
我阅读了IdentityServer4 Documantaion 的各种GrantType。 但它无法回答这个问题:“我应该为我的项目选择哪个 AllowedGrantType?” .谁能解释一下每个 GrantType 的实际用法?
其他信息:
在我的场景中,我有一个带有 IdentityServer4 的登录应用程序(我们称之为 login-app),它负责用户的登录和三个 ASP .Net Core 使用它来验证用户的应用程序。 当用户通过 app1 进行身份验证时,我希望用户不需要从 app2 或 app3 进行身份验证和登录。 如果它从三个应用程序之一注销,它会注销另外两个。 我应该在 identityserver4 的配置中使用哪个 AllowedGrantType?
【问题讨论】:
标签: asp.net-core single-sign-on identityserver4