2

I am working on integrating our application with client's Identity management system using SAML 2.0. Below is the requirement

  1. The login screen of our application will have an option for Single Sign On. when clicked user will be directed to the login screen of Identity management system
  2. The Identity provider will validate user's credentials and send us the information back to our application
  3. based on the input from Identity provider the application has to be provide access to the user.

Now, the client has asked us to provide them SAML meta data files. Our application is developed in dot net.

I had a look at component space and ATC Inc components that can be used for SAML generation however I need help to start this.

Can someone help me on this? This is something new which I haven't worked.

Thanks, Abhilash

4

1 回答 1

1

如果您正在寻找比直接将编码支持直接集成到应用程序中更简单的集成,请查看 Ping Identity 的 PingOne 应用程序提供商服务 (APS)“SAML 即服务”。几行 .NET 代码(或 Java、Ruby 或 Perl 等)通过 RESTful API 集成,您就完成了。无需嵌入复杂的 SAML SP 代码和随之而来的安全开销 [免责声明:我为 Ping 工作]。

伊恩

于 2012-08-21T14:39:58.003 回答