forgejo config for sso
This commit is contained in:
parent
d22ea7c82a
commit
1b565de935
1 changed files with 7 additions and 2 deletions
|
@ -30,8 +30,13 @@ gitea:
|
|||
oauth2_client:
|
||||
ENABLE_AUTO_REGISTRATION: true
|
||||
ACCOUNT_LINKING: auto
|
||||
ssh:
|
||||
logLevel: 'DEBUG'
|
||||
oauth:
|
||||
- name: 'Keycloak'
|
||||
provider: 'openidConnect'
|
||||
# key: 'forgejo'
|
||||
# secret: 'uWEGALJKmNyUojJaK5LAK0w4OCEEDpDu'
|
||||
existingSecret: gitea-credentials
|
||||
autoDiscoverUrl: 'https://{{{ .Env.DOMAIN }}}/keycloak/realms/cnoe/.well-known/openid-configuration'
|
||||
|
||||
service:
|
||||
ssh:
|
||||
|
|
Loading…
Reference in a new issue