omniauth-saml
omniauth-saml copied to clipboard
A generic SAML strategy for OmniAuth
Hi all, I would like to confirm that omniauth supoorts multiple IDPs. If yes, please provide a guide for that. Thanks
Is **idp_sso_target_url** required in IdP-Initiated processes ?
Hello, I'm currently managing an IdP based on Microsoft ADFS 4.0. One of our Service Providers is using omniauth-saml for their side of the federation and we're experiencing several HTTP...
I'd like to verify that certain requests were initiated from the service provider, rather than being unsolicited ones from the IdP. I'd like to do this by storing `authn_request.uuid` from...
SAML 2.0
From the README, it looks like this gem only works with SAML 1.1. Does this gem also support SAML 2.0?
OASIS SAML V2.0 line 2061 AssertionConsumerServiceURL is optional, would like to make it optional rather than default using omniauth call back url https://github.com/omniauth/omniauth-saml/blob/d530da47797030bc2c459ac8f3fe35a3a7d9c4b6/lib/omniauth/strategies/saml.rb#L220
When setting up the providr you can now set the soft option. provider :saml, issuer: 'Example', idp_sso_target_url: 'example.com/sso', idp_cert: 'mycert', soft: true The default is still false, but you can...
> However, as a longer term solution I'd like to figure out what org or user account this gem should belong to. If you'd like to take active ownership speak...
When IdP send its request to SP's SLO URL, user will be logged out in all other browsers but in IE. For creating session from IdP callback, we are using...
I checked omniauth-saml's settings/code and I don't understand the use of ``` :idp_cert_fingerprint_validator => lambda { |fingerprint| fingerprint }, ``` At the ruby toolkit, in order to check embedded Signatures...