We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a676feb commit 520e8f9Copy full SHA for 520e8f9
1 file changed
config/config.yml_example_gitea
@@ -20,10 +20,10 @@ oauth:
20
# replace "gitea.yourdomain.com" with the domain your Gitea instance runs on
21
# create a new OAuth application at:
22
# https://gitea.yourdomain.com/user/settings/applications
23
- provider: github
+ provider: oidc
24
client_id: xxxxxxxxxxxxxxxxxxxx
25
client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
26
auth_url: https://gitea.yourdomain.com/login/oauth/authorize
27
token_url: https://gitea.yourdomain.com/login/oauth/access_token
28
- user_info_url: https://gitea.yourdomain.com/api/v1/user?token=
+ user_info_url: https://gitea.yourdomain.com/login/oauth/userinfo
29
callback_url: https://yourdomain.com/auth
0 commit comments