简体   繁体   English

Thinktecture Identity Server HRD

[英]Thinktecture Identity Server HRD

I would like to use Thinktecture identity server V2 "WS-Federation HRD" to let users can login with Facebook account or the identity server I created by Thinktecture identity server. 我想使用Thinktecture身份服务器V2“ WS-Federation HRD”让用户可以使用Facebook帐户登录或由我由Thinktecture身份服务器创建的身份服务器。 the following is my use case. 以下是我的用例。 I also refer the https://github.com/thinktecture/Thinktecture.IdentityServer.v2/issues/484 to try to config my Thinkecture identity server, it can show the HRD login page and I can login successful but it always redirect to the Thinktecture identity server Home page not to the client application after I login successful. 我还参考https://github.com/thinktecture/Thinktecture.IdentityServer.v2/issues/484尝试配置我的Thinkecture身份服务器,它可以显示HRD登录页面,并且我可以成功登录,但是它始终重定向到登录成功后,Thinktecture Identity Server主页无法访问客户端应用程序。

Can anyone tell me the how can I configurate it on Thinktecture Identity Server and the ASP.NET MVC Client Application configuration? 谁能告诉我如何在Thinktecture Identity Server和ASP.NET MVC客户端应用程序配置上对其进行配置?

use case : 用例

1.(APP Client)abc.cloudapp.net/oauthclient2/ 1.(APP客户端)abc.cloudapp.net/oauthclient2/

2.=> Thinktecture identity server "hrd" page ( https://def.cloudapp.net/identityserver/ ) 2。=> Thinktecture身份服务器“ hrd”页面( https://def.cloudapp.net/identityserver/

3.=> login with facebook or IDP(identity server) if successful then 3。=>如果成功,则使用facebook或IDP(身份服务器)登录

4.=> redirect to (APP Client)abc.cloudapp.net/oauthclient2/ 4。=>重定向到(APP Client)abc.cloudapp.net/oauthclient2/

The guide that you mentioned is OK. 您提到的指南还可以。 The problem you might have is at the last screen. 您可能遇到的问题是在最后一个屏幕上。

Try to set Redirect URL back to your application (abc.cloudapp.net/oauthclient2/) in the relaying party for your application (abc.cloudapp.net/oauthclient2/). 尝试将重定向URL设置回应用程序(abc.cloudapp.net/oauthclient2/)的中继方中的应用程序(abc.cloudapp.net/oauthclient2/)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM