saml_idp icon indicating copy to clipboard operation
saml_idp copied to clipboard

Ruby SAML Identity Provider, best used with Rails (though not required)

Results 27 saml_idp issues
Sort by recently updated
recently updated
newest added

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`....

breaking-change

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...

enhancement
breaking-change

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...

enhancement

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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement