saml_idp
saml_idp copied to clipboard
Ruby SAML Identity Provider, best used with Rails (though not required)
Current way to access SLO endpoint is a bit unpleasant way for ruby. Also, SP metadata contains multiple SLO endpoint with different bindings. IdP be should react based on `binding`....
The idea of this PR is that Gem should not care about how to store metadata. Because too much involving developer decisions makes this gem harder to maintain. https://github.com/saml-idp/saml_idp/issues/71 Let's...
This is more of a question... as in, is this how SAML IdPs behave or is this a bug? **What's the issue?** Upon building a SAML request, if I set...
It seems like our README's sample configuration for SP makes people more confused. For example, the following questions are asked by other developers. 1. https://github.com/saml-idp/saml_idp/issues/152 2. https://github.com/saml-idp/saml_idp/issues/160 I have realized...
This issue is along the lines of #33 and #37, but I am not getting issues with the authentication process. I am trying to implement IdP initiated logout and to...
Hi, I have a need for two IdP configurations that read different principal attributes and encrypt with different x509 certs. Is there a means to do this in the current...
When we run `Fingerprint.certificate_digest(x509_cert, :sha512)` on console it gives error as `undefined local variable or method `x509_cert' for main:Object (NameError)`. Since `Fingerprint` class has been defined inside `SamlIdp`. By making...
We needed an app to act as an IdP and allow users to sign in to different service providers. Some of those vendors require the assertions to be signed and...
Would be cool if this IDP also supported IDP initiated SLO. Would need to provide a hook so that when a user logs out of the IDP it sends the...
I wondered if there should be an `examples` directory that had some different example deployments. It might be "handy" for new implementations? For example. We had an "existing" rails application...