Skip to content

covermymeds/saml-http-post-reference

Repository files navigation

#C# SAML 2.0 Identity Provider A reference implementation of a SAML 2.0 identity provider (IdP) and a service provider (SP) to consume the IdP initiated POST binding.

Specification standard documented here

This reference Visual Studio 2013 solution includes 4 C# projects:

  • CMMSAMLIdentityProvider - A web application project that provides an interface for gathering user and group attributes and sending it as an IdP initiated HTTP Post. Configurable values include certificate for signing, assertion attributes, Service Provider SSO url and target.
  • CMMSAMLLibrary - Class project for encapsulating common functionality. An XSD.exe generated class for the SAML 2.0 specification is included.
  • CMMSAMLServiceProvider - Web application project that can respond to HTTP POST as an Assertion Consumer Service
  • CMMSAMLSSOTarget - Web application project to serve as the final target for the SAML HTTP POST

This solution and enclosed projects are presented as reference materials form CoverMyMeds only for implementing the oasis SAML 2.0 IdP initiated HTTP POST protocol.

About

Reference implementation of SSO via the SAML Identity to Service Provider initiated HTTP POST Binding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published