You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions here to set up OpenID using Azure Entra. I do not want to restrict access by groups; I just want any user in my tenant to be able to access LibreChat.
I received an "Internal Server Error" when logging in using OpenID.
I fixed this by adding the OPENID_REQUIRED_ROLE_TOKEN_KIND=id environment variable. The documentation lists it under a comment that says you should add this if you want to restrict access by groups, but it seems like that one is needed always. I didn't add the other two settings listed there, and it's working now.
Steps to Reproduce
Setup LibreChat in Azure following the instructions for Azure Entra/AD.
Do not set the OPENID_REQUIRED_ROLE_TOKEN_KIND environment variable
Run the app, log in with OpenID -> Internal Server Error
The text was updated successfully, but these errors were encountered:
What happened?
I followed the instructions here to set up OpenID using Azure Entra. I do not want to restrict access by groups; I just want any user in my tenant to be able to access LibreChat.
I received an "Internal Server Error" when logging in using OpenID.
I fixed this by adding the OPENID_REQUIRED_ROLE_TOKEN_KIND=id environment variable. The documentation lists it under a comment that says you should add this if you want to restrict access by groups, but it seems like that one is needed always. I didn't add the other two settings listed there, and it's working now.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: