Identity Server v3 as Federation Gateway only

被刻印的时光 ゝ 提交于 2019-12-24 12:52:46

问题


Have configured SSO via SAML and WS-Federation in Production using ADFS. New customer is asking to integrate SSO via OpenID Connect (oidc) with Google+.

Identity Server v3 (IdSrv3) supports oidc, so I put together a prototype and I am able to integrate SSO using Google+ as follows:

MyWebApp <-- ws-fed --> ADFS <-- ws-fed --> IdSrv3 <-- oidc --> Google+

Current configuration has IdSrv3 present the user a Login page with option to enter Username and Password and button to use Google+ as IdP.

Can I configure IdSrv3 as a Federation Gateway with Google+ as the only IdP? (i.e. no username password fields)

Please advise, -Santiago


回答1:


Sure - set the EnableLocalLogin to false in the AuthenticationOptions

https://github.com/IdentityServer/Thinktecture.IdentityServer3/blob/master/source%2FCore%2FConfiguration%2FAuthenticationOptions.cs#L47



来源:https://stackoverflow.com/questions/28417663/identity-server-v3-as-federation-gateway-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!