diff options
| -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/ |