vx3r / wg-gen-web

Simple Web based configuration generator for WireGuard
https://wg-gen-web-demo.127-0-0-1.fr
Do What The F*ck You Want To Public License
1.61k stars 192 forks source link

oauth2oidc issue #95

Open AlwaysAtonal opened 2 years ago

AlwaysAtonal commented 2 years ago

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

vx3r commented 1 year ago

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 ?