Update docker/authelia/config/configuration.oidc.clients.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
768a86c4ab
commit
c491c788af
|
@ -43,16 +43,16 @@ identity_providers:
|
|||
redirect_uris:
|
||||
- https://headadmin.{{ env "TRAEFIK_DOMAIN" }}/oidc_callback
|
||||
userinfo_signed_response_alg: none
|
||||
- client_id: gitea
|
||||
client_name: Gitea
|
||||
client_secret: {{ secret "/config/secrets/CLIENT_SECRET_GIT" }}
|
||||
public: false
|
||||
authorization_policy: gitea
|
||||
consent_mode: implicit
|
||||
scopes:
|
||||
- openid
|
||||
- email
|
||||
- profile
|
||||
redirect_uris:
|
||||
- https://git.{{ env "TRAEFIK_DOMAIN" }}/user/oauth2/authelia/callback
|
||||
userinfo_signed_response_alg: none
|
||||
# - client_id: gitea
|
||||
# client_name: Gitea
|
||||
# client_secret: {{ secret "/config/secrets/CLIENT_SECRET_GIT" }}
|
||||
# public: false
|
||||
# authorization_policy: gitea
|
||||
# consent_mode: implicit
|
||||
# scopes:
|
||||
# - openid
|
||||
# - email
|
||||
# - profile
|
||||
# redirect_uris:
|
||||
# - https://git.{{ env "TRAEFIK_DOMAIN" }}/user/oauth2/authelia/callback
|
||||
# userinfo_signed_response_alg: none
|
Loading…
Reference in New Issue