我是SSO集成的新手。我需要了解一些基本的事情来在我的组织中完成我的SSO集成任务。要求是,我有.NET应用程序与基于表单的身份验证。
现在我的组织想要进行SSO集成。我的.NET应用程序没有任何域名。目前它是基于IP的(http://11.22.33.44)。我的组织表示只有openid连接才能完成。是否可以与基于IP的URL进行SSO集成?
答案 0 :(得分:1)
We are using IdentityServer 3 which is an implementation of OpenID Connect. In IdentityServer you are free to assign any valid url: either with host names or ip addresses as redirect_uri. The only requirement is, that uri, provided by application for redirection and uri, configured on IdentityServer for that particular application must match.