Update docker/authelia/config/configuration.oidc.clients.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
c491c788af
commit
90fbd4f1f2
|
@ -42,17 +42,4 @@ identity_providers:
|
||||||
- profile
|
- profile
|
||||||
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_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