-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a self-hosted oidc server, no error logs are reported and the browser returns status code 404 #1074
Comments
Try using the URL without the |
|
Add the version: '3'
services:
warpgate:
image: ghcr.io/warp-tech/warpgate
ports:
- 2222:2222
- 8888:8888
- 33306:33306
volumes:
- ./data:/data
stdin_open: true
tty: true
command: ['--debug', 'run'] |
Other programs to configure the oidc will require more parameters than issuer_url |
Now try doing an OIDC login and see what gets logged |
I have a similar issue with version 0.11.0. When I visit
|
@cosmoswafer what's your SSO configuration like? |
Here it is, I have tried both with and without the trailing slash (/)
|
hello everyone,I tried to configure oidc.However, after I clicked on oidc to log in, the browser and the program log did not respond,The status code of the browser console,
Other than that there are no error messages
My oidc provider is Authentik
And this is my is my program configuration file
These are my oidc provider information
Someone can help me
The text was updated successfully, but these errors were encountered: