From d7d79abd2cd65a8be6f21f2793ed0049e9a3a239 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 25 Apr 2026 21:31:47 +0000 Subject: [PATCH] added keys to authelia config --- authelia/config/configuration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authelia/config/configuration.yml b/authelia/config/configuration.yml index 6f8f821..1428421 100644 --- a/authelia/config/configuration.yml +++ b/authelia/config/configuration.yml @@ -69,6 +69,8 @@ identity_providers: oidc: ## The other portions of the mandatory OpenID Connect 1.0 configuration go here. ## See: https://www.authelia.com/c/oidc + jwks: + - key: {{ secret "/config/keys/private.pem" | mindent 10 "|" | msquote }} cors: allowed_origins_from_client_redirect_uris: true endpoints: