diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:40:05 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:40:05 +0100 |
| commit | b2f67d3a24828eaa8db3dfc047603a078952e4bb (patch) | |
| tree | 41df003b5d300b59d9c1a33e4003f9aa142daa02 /bundles/authelia/files/configuration_oidc.yml | |
| parent | 840b12b86a3985b6d267c16416775444378dd49b (diff) | |
authelia: format
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | bundles/authelia/files/configuration_oidc.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/authelia/files/configuration_oidc.yml b/bundles/authelia/files/configuration_oidc.yml index 9a120ba..9b41b02 100644 --- a/bundles/authelia/files/configuration_oidc.yml +++ b/bundles/authelia/files/configuration_oidc.yml @@ -14,17 +14,17 @@ identity_providers: client_name: 'Jellyfin' client_secret: '${repo.libs.util.hash_bcrypt(repo.vault.cmd(f"rbw get authelia/client/jellyfin"), repo.vault.decrypt("encrypt$gAAAAABnOVCVoszwYPX_uTEIrMSyX94T_Mi8965InBlhKjkNBHMnN96ihiIt4yi8uYRl9DM70aPIwzXm2XVa_AXEEuIzbMJHBum6LTVDDE9CUYUErSFskMw="))}' authorization_policy: one_factor + token_endpoint_auth_method: client_secret_post redirect_uris: - https://tv.gzr.im/sso/OID/redirect/authelia - https://tv.gzr.im/sso/OID/r/authelia - token_endpoint_auth_method: client_secret_post - client_id: paperless client_name: 'Paperless-ngx' client_secret: '${repo.libs.util.hash_bcrypt(repo.vault.cmd(f"rbw get authelia/client/paperless"), repo.vault.decrypt("encrypt$gAAAAABnOVCVoszwYPX_uTEIrMSyX94T_Mi8965InBlhKjkNBHMnN96ihiIt4yi8uYRl9DM70aPIwzXm2XVa_AXEEuIzbMJHBum6LTVDDE9CUYUErSFskMw="))}' pkce_challenge_method: 'S256' authorization_policy: one_factor - # consent_mode: implicit + consent_mode: implicit redirect_uris: - https://paper.gzr.im/accounts/oidc/authelia/login/callback/ |