[openidStrategy] only requests to HTTPS are allowed #8310
Replies: 2 comments
-
The You have a few options to fix this: Option 1: Use HTTPS (Recommended for production) Option 2: Docker container networking
(Replace Option 3: Host networking We can also create a way to bypass the HTTPS strict requirement, but I'm hesitant to implement since it would also introduce a potential attack vector for allow insecure authentication requests. |
Beta Was this translation helpful? Give feedback.
-
Does this allow effect the MCPOAuth? If yes, how do i fix that, cuz im getting
and server log shows:
Although my mcp server is working fine through mcp inspector. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I am setting up keycloack with librechat, and followed everything from guide
Version Information
ghcr.io/danny-avila/librechat-dev latest db1d3479aee1 12 days ago 1.11GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 0b5a9e43bafe 2 weeks ago 1.44GB
Steps to Reproduce
my env looks like this
OPENID_ISSUER=http://localhost:8080/realms/realm
OPENID_CLIENT_ID=clientid
OPENID_CLIENT_SECRET=secret
OPENID_SESSION_SECRET=secret
OPENID_CALLBACK_URL=/oauth/openid/callback
OPENID_SCOPE="openid profile email"
OPENID_REQUIRED_ROLE=
OPENID_REQUIRED_ROLE_TOKEN_KIND=
OPENID_REQUIRED_ROLE_PARAMETER_PATH=
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions