omniauth-saml icon indicating copy to clipboard operation
omniauth-saml copied to clipboard

A generic SAML strategy for OmniAuth

Results 34 omniauth-saml issues
Sort by recently updated
recently updated
newest added

Does `omniauth-saml` support encrypted assertions? `ruby-saml` does so maybe it's possible here and I'm just not seeing it. If anyone has insight, please share.

After some mysterious Login Failures in our GitLab using omniauth saml i could identify the problem being the SAML response not being decoded properly. Doing some more digging, i found...

Hi, I am steward of Quepid (https://github.com/o19s/quepid), a Rails based tool for measuring and improving your search. We use `omniauth` for authentication, and currently support google oauth, keycloak, and now...

Hi there, I'm trying to implement single logout following the documentation, including the `SessionsController` as specified in the README. When I visit the `/users/auth/saml/spslo` endpoint directly, SLO works as expected....

Does omniauth-saml support the SAML 2.0 POST binding (`urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST`)? I see support in ruby-saml, but I wonder if it's possible to propagate that through to omniauth-saml.

Per [OASIS SAML 2.0 standard](https://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf): > Some bindings define a "RelayState" mechanism for preserving and conveying state information. When > such a mechanism is used in conveying a request message...

The Gem is used by GitLab to enable SAML authentication there. However, there is the serious disadvantage that the Gem cannot handle federations (DFN AAI, eduGAIN, InCommon etc.). Each identity...

while configuring omin auth, we have options like : request_attributes :attribute_service_name, Here for attribute_service_name, can i give any custom name ??

I've got a rails 6 app using the latest versions of devise and omniauth-saml. The app allows any number of identity providers (IDP) to communicate with so to do that...