We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have something wrong when using gitlab oauth2oidc,it always tell me 404 how can I config to use gitlab oauth2oidc thanks
The text was updated successfully, but these errors were encountered:
Are you familiar wits OpenID connect protocol ? If yes by providing following configs it should work
- OAUTH2_PROVIDER_NAME=github - OAUTH2_PROVIDER=https://github.com - OAUTH2_CLIENT_ID=****************** - OAUTH2_CLIENT_SECRET=****************** - OAUTH2_REDIRECT_URL=https://wg-gen-web-demo.127-0-0-1.fr
On which URL are you getting 404 ? can you provide logs ?
Sorry, something went wrong.
No branches or pull requests
I have something wrong when using gitlab oauth2oidc,it always tell me 404
how can I config to use gitlab oauth2oidc
thanks
The text was updated successfully, but these errors were encountered: