客户的自定义布局

时间:2017-05-31 10:57:03

标签: identityserver4

我已经安装了启用了ASP.NET标识位的Identity Server 4服务器。

当用户被重定向到Identity Server的登录页面(现在是ASP.NET Identity登录页面)时,有没有办法确定用户来自哪个 Client ? / p>

我的特殊用例是为不同的客户端启用一些登录页面(不同的MVC布局)的自定义。

1 个答案:

答案 0 :(得分:1)

我们的示例用户界面显示了如何执行此操作 -

  • IIdentityServerInteractionService注入帐户控制器
  • 调用GetAuthorizationContext方法获取信息,例如客户端ID。

https://github.com/IdentityServer/IdentityServer4.Quickstart.UI/tree/release/Quickstart/Account/AccountController.cs