简体   繁体   English

是否有任何公共可用的SAML身份提供程序?

[英]Are there any publicly available SAML Identity Providers?

I am writing a test application that needs to parse SAML received from a WebRequest. 我正在编写一个测试应用程序,该应用程序需要解析从WebRequest接收到的SAML。 Are there any services out there that allow you to get a SAML response? 有没有可以让您获得SAML响应的服务?

I am looking to do something that may work like: 我正在寻找可以做的事情:

 Dim Request As WebRequest = WebRequest.Create("URL")


    Dim Response As WebResponse = Request.GetResponse()

    'Parse SAML From Response

Does something like this exist? 是否存在这样的东西?

Thanks! 谢谢!

Feide OpenIDP used to have one but I see it's now shut down. Feide OpenIDP曾经有一个,但我看到它现在已关闭。

Have a look at SSO Circle . 看看SSO Circle

Also Kentor . 也是肯特

Or run up your own instance of Shibboleth. 或者运行您自己的Shibboleth实例。

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

相关问题 列出可用的DB提供商 - List available DB providers 身份,WIF,SAML和第三方IdP - Identity, WIF, SAML and a 3rd party IdP 是否有Spring Cloud config和Eureka的提供程序 - Are there any providers for Spring cloud config and Eureka 使用外部SAML身份提供程序登录到SimpleMembership应用 - Log in to SimpleMembership app using external SAML identity provider 如何使用ADFS作为身份提供程序为SSO实现SAML - How to implement SAML for SSO using ADFS as identity Provider 使用Kentor SAML身份验证,是否可以自定义User.Identity.Name? - With Kentor SAML authentication, is there a way to customize the User.Identity.Name? 如何列出可用的ADSI(Active Directory服务接口)服务提供商? - How to list available ADSI (Active Directory Service Interfaces) service providers? ITfoxtec.Identity.Saml2.Saml2RequestException:“不完全是一个断言元素。” - ITfoxtec.Identity.Saml2.Saml2RequestException: 'There is not exactly one Assertion element.' 哪些(商业)Entity Framework 4.0 LINQ提供程序可用? - What (commercial) Entity Framework 4.0 LINQ providers are available? 是否有适用于WinRT的EventBrokers? - Are there any EventBrokers available for WinRT?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM