Azure Entra ID OAuth Issue – Token Not Present / User Not Authenticated (Kubernetes Helm Deployment) #11751
Unanswered
subodh624
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing an issue with Azure Entra ID (Azure AD) authentication in LibreChat.
Issue Description:
After successful login via Azure Entra ID, LibreChat returns the following error:
"Error in OAuth authentication: token is not present. user not authenticated"
In the browser console, I also see:
BSSO Telemetry: bssoNotSupported
ssoprobe 401 (Unauthorized)
However, Azure login completes successfully and redirects back to LibreChat.
Environment Details
LibreChat deployed on: Kubernetes cluster
Deployment method: Official Helm chart
Ingress: (App Gateway)
TLS enabled: Yes
Domain: https://libre.com
Callback URL configured in Azure:
https://oauth/azure/callback
Image version: v0.8.2
Azure App Registration Configuration
Platform type: Web
Redirect URI: https:///oauth/azure/callback
ID Tokens: Enabled
Access Tokens: Enabled
API Permissions:
values.yaml
Beta Was this translation helpful? Give feedback.
All reactions