itfoxtec-identity-saml2 中的方法 ValidateRelyingParty 从哪里派生?
Posted
技术标签:
【中文标题】itfoxtec-identity-saml2 中的方法 ValidateRelyingParty 从哪里派生?【英文标题】:Where does the method ValidateRelyingParty derive from in itfoxtec-identity-saml2? 【发布时间】:2019-08-26 09:23:45 【问题描述】:在实现 ITfoxtec.Identity.Saml2 库时,我不确定如何在 https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/blob/master/test/TestIdPCore/Controllers/AuthController.cs#L35 找到 ValidateRelyingParty() 的方法定义
任何方向都将不胜感激。
【问题讨论】:
【参考方案1】:该示例显示了 SAML 2.0 身份提供者 (IdP) 如何确保调用依赖方值得信赖。 ValidateRelyingParty 方法实现在https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/blob/master/test/TestIdPCore/Controllers/AuthController.cs#L134
ValidateRelyingParty 方法实例化可信依赖方列表并返回调用依赖方或失败。
身份提供者 (IdP) 应验证是否允许依赖方登录/注销,最重要的是仅响应受信任的依赖方 URL。
【讨论】:
以上是关于itfoxtec-identity-saml2 中的方法 ValidateRelyingParty 从哪里派生?的主要内容,如果未能解决你的问题,请参考以下文章
Ruby 编程语言书在 ruby 2.2.2 中仍然有效吗?