SAML setup not working? #8620
Unanswered
Stasky745
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to setup LibreChat with Google SAML. My config has the following:
with this envs (cert is correct):
when starting the app, logs show the following:
but when trying to go to
https://<domain>/oauth/saml/callback
I get a404
page with details:"Error: No route matches URL \"/oauth/saml/callback\""
Trying to log in with SAML doesn't work either, it shows a
403
error withError: app_not_configured_for_user
, but the fact I get a404
on the callback URL I imagine that might be the case.I've seen this in the logs before too, though I couldn't reproduce it:
Everything is correctly set on Google's side, and following the docs it's also correctly set on LibreChat. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions