Replies: 1 comment 2 replies
-
You can set the LC session expiry time, maybe align it as much as possible (scroll to "Session and Refresh Token Settings:") Also, I know your auth. scenario is different, but when using Entra via OpenID, there's an option to reuse auth tokens, so sessions are tied to auth tokens from Entra: |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
The following PowerShell commands configure Entra to extend the access token lifetime specifically for the LibreChat application (or any other Entra application).
Documentation or examples on this specific configuration scenario (LibreChat + Entra authenticated reverse proxy + CORS issues) is scarce online. I hope this helps others facing similar issues.
Problem
When LibreChat is configured behind an Entra (formerly Azure AD) reverse proxy with authentication:
Beta Was this translation helpful? Give feedback.
All reactions