Questions tagged [omniauth-saml]
7 questions
1
vote
0 answers
omniauth via ruby-saml gem: request.env['omniauth.auth'] always nil
For my app i want to have 'omniauth-google-oauth2', 'omniauth-ruby' and normal devise auth, and for former two I have following routes
get '/auth/google_oauth2/callback' => 'authentication/omniauth#google_oauth2'
get 'omniauth/failure' =>…

Umes Bastola
- 527
- 2
- 6
- 18
1
vote
1 answer
With OmniAuth 2.0, how do we redirect to the IdP on failed authentication in Rails with with Devise?
OmniAuth 2.0 requires that requests to the IdP authentication server be POSTs instead of GETs.
What this means for most users is that on their login page, where they have links to OmniAuth providers like Facebook and Google, they change the method…

Jason Perrone
- 111
- 8
1
vote
2 answers
ADFS SAML Identity provider redirects to service provider with status "Responder"
I am using omniauth-saml to authenticate users on a Ruby on Rails application.
Authentication has worked well, until we stated attempting to work with companies using ADFS (Windows Active Directory).
Our Application is able to route to the ADFS…

The Fabio
- 5,369
- 1
- 25
- 55
0
votes
1 answer
How do i add SSO intergration to my self managed gitlab instance?
I have successfully deployed a gitlab instance into my GCP cluster using the helm installation as shown below.
upgrade_install_line="gitlab gitlab/gitlab \
--timeout 600s \
--namespace ${helm_namespace} \
--set…

floormind
- 1,868
- 5
- 31
- 85
0
votes
1 answer
Send Dynamic params with omniauth-saml
I need a way to send dynamic params using omniauth-saml from SP TO IDP. The requirement is there are 2 websites website 1 and website 2. Website 1 is controlled by another team where saml is already implemented. On my website, I have added a button…

Aniket Tiwari
- 3,561
- 4
- 21
- 61
0
votes
0 answers
What is OpenSSL::X509::CertificateError (nested asn1 error):?
An Idp is sending me a SAML message (Unsolicited). But something is not working. My logs are:
I, [2020-02-11T16:01:14.381887 #4] INFO -- omniauth: (saml_degreed) Callback phase initiated.
F, [2020-02-11T16:01:14.419806 #4] FATAL -- :…

Bruno Toledo
- 87
- 1
- 9
0
votes
0 answers
SP Metadata. WantAssertionsSigned false or true?
I am the SP. I am trying to help the IdP to send me (Unsolicited SSO) SAML assertions appropriately. But What happens is that SAML comes without signature.
In my logs, after callback phase initiates it raises an ERROR message:
ERROR -- omniauth:…

Bruno Toledo
- 87
- 1
- 9