omniauth / omniauth-saml

A generic SAML strategy for OmniAuth
https://github.com/omniauth/omniauth-saml
Other
331 stars 205 forks source link

Problem integrating SAML SSO authentication #212

Closed lucasrafaldini closed 1 year ago

lucasrafaldini commented 1 year ago

Hello, guys!

I need some help and didn't know another place to ask for it, so I thought I could create an issue and see what happens.

Me and my team are facing some issues to implement SAML SSO integration. We use Zammad and omniauth-saml to make the SSO flow.

What happens is that everything goes very well until our Auth0 server call our callback. Then, it calls failure_omniauth and generate the following logs:

Logs

But, as you can see by the logs, after that omniauth-saml returns an incommon error that I just don't really know what it means.

Here's the code around those logs:

Code