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:
|
redirect_uris:
|
||||||
- https://headadmin.{{ env "TRAEFIK_DOMAIN" }}/oidc_callback
|
- https://headadmin.{{ env "TRAEFIK_DOMAIN" }}/oidc_callback
|
||||||
userinfo_signed_response_alg: none
|
userinfo_signed_response_alg: none
|
||||||
- client_id: gitea
|
# - client_id: gitea
|
||||||
client_name: Gitea
|
# client_name: Gitea
|
||||||
client_secret: {{ secret "/config/secrets/CLIENT_SECRET_GIT" }}
|
# client_secret: {{ secret "/config/secrets/CLIENT_SECRET_GIT" }}
|
||||||
public: false
|
# public: false
|
||||||
authorization_policy: gitea
|
# authorization_policy: gitea
|
||||||
consent_mode: implicit
|
# consent_mode: implicit
|
||||||
scopes:
|
# scopes:
|
||||||
- openid
|
# - openid
|
||||||
- email
|
# - email
|
||||||
- profile
|
# - profile
|
||||||
redirect_uris:
|
# redirect_uris:
|
||||||
- https://git.{{ env "TRAEFIK_DOMAIN" }}/user/oauth2/authelia/callback
|
# - https://git.{{ env "TRAEFIK_DOMAIN" }}/user/oauth2/authelia/callback
|
||||||
userinfo_signed_response_alg: none
|
# userinfo_signed_response_alg: none
|
Loading…
Reference in New Issue