Openid oauth error WWWAuthenticateChallengeError #7745
Replies: 3 comments 2 replies
-
A note from a person on the team that runs our authentication service:
|
Beta Was this translation helpful? Give feedback.
-
According to openid-client docs, it's usually due to bad credentials (secrets, client id). https://github.com/panva/openid-client/blob/main/docs/classes/WWWAuthenticateChallengeError.md We did upgrade Can you share any reproduction of the connection with the IdP so I can test this myself? Maybe the fix itself is what breaks it (adding the |
Beta Was this translation helpful? Give feedback.
-
FWIW our admin set our dev authentication profile to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Our openid authentication has been working fine through 0.7.8 release; jumping to commit 6bb7824 6bb7824 gives the user
Internal server error
upon authentication attempt, and librechat reports the following (reverse time order logs, most-recent message at the top!)(FWIW I tried
TRUST_PROXY=1
(and evenTRUST_PROXY=5
) for my AWS ECS deployment behind an ALB, but that does not fix.)Version Information
Commit 6bb7824
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions