Skip to content
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

oauth2oidc issue #95

Open
AlwaysAtonal opened this issue Jan 1, 2022 · 1 comment
Open

oauth2oidc issue #95

AlwaysAtonal opened this issue Jan 1, 2022 · 1 comment

Comments

@AlwaysAtonal
Copy link

I have something wrong when using gitlab oauth2oidc,it always tell me 404
how can I config to use gitlab oauth2oidc
thanks

@vx3r
Copy link
Owner

vx3r commented Feb 3, 2023

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants