From 484c17c1d503d5a46e4d3b4b0cf0f1b9dc30046a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 22 Jul 2025 09:51:15 -0500 Subject: [PATCH] authelia: Add address, phone scopes for Jenkins Not sure why suddenly these need to be granted, but without them, I cannot log in to Jenkins. --- authelia/configuration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 0677edd..3b039ae 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -104,6 +104,8 @@ identity_providers: - profile - email - offline_access + - address + - phone authorization_policy: one_factor pre_configured_consent_duration: 8h token_endpoint_auth_method: client_secret_post