Problems setting up Entra ID as OpenID Provider #7877
Replies: 5 comments 1 reply
-
Restart Log:
|
Beta Was this translation helpful? Give feedback.
-
.env config
|
Beta Was this translation helpful? Give feedback.
-
@danny-avila may you have a look at the problem or a hint where to look for solution? I Guess its pretty simple but I cannot get it by myself. Thanks |
Beta Was this translation helpful? Give feedback.
-
Your OpenID Issuer URL is wrong, it should be:
You've got:
You've got /oauth2/ in there and shouldn't. |
Beta Was this translation helpful? Give feedback.
-
Okay, using the localhost settings together with an ssh port forwarding works like it should. However using the fqdn together with a tls terminating reverse proxy yields CORS Errors in the browser, so I am stuck again. It is even more agonizing since the CORS Error comes from the Azure endpoint. We have set up Gitea with a similar config without any problems. Do you have any idea, what and why this is happening here? As told, using localhost:3080 with ssh port forwarding works. Thank you.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot get the OpenID Singn-In to work.
I have followed the Docs to the point and have searched all issues and discussions for the error message.
System
What happens?
As soon as I click on the OpenID Provider I get an "Internal Server Error" on the page. There is no log entry corresponding to the request itself in
logs/error____.log
norlogs/debug_____.log
.When restarting the container via
sudo docker restart LibreChat
the following error occures in the logs:What is wrong and how to get it working?
Full startup logs and config file below.
Beta Was this translation helpful? Give feedback.
All reactions