saml_idp
saml_idp copied to clipboard
Ruby SAML Identity Provider, best used with Rails (though not required)
I've had this feature in my fork and used it in Production for years, so I wanted to give it back to the community. Just as https://github.com/saml-idp/saml_idp/pull/88, we want to...
This [PR](https://github.com/saml-idp/saml_idp/pull/190) added more direct Controller support for rails, probably worth updating the Rails integration guide
SAML 2.0 redirect binding has 2 possibilities to provide a signature one is embedded and the other one is external (as query param). The embedded one works fine because it's...
### What this PR does - allows for looking up x509 certificates with a proc in the SamlIdp config - calls the proc or falls back to the original behavior...
https://github.com/saml-idp/saml_idp/issues/49 Added support for IdP-initiated Single Logout (SLO). Previously, this feature was not supported, and this PR implements the necessary changes to enable it.
### What this PR does: - moves XML module out of the `Saml` namespace and into `SamlIdp` [^1] - updates references from `Saml::XML` to `SamlIdp::XML` ## Why Defining such a...
References #186 by @hamaron This PR rebases the current master onto the existing changes which resolves the conflicts mentioned in the PR review while bringing it up to date. This...