1
0
Fork 0

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.
pull/74/head
Dustin 2025-07-22 09:51:15 -05:00
parent e845e66262
commit 484c17c1d5
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ identity_providers:
- profile - profile
- email - email
- offline_access - offline_access
- address
- phone
authorization_policy: one_factor authorization_policy: one_factor
pre_configured_consent_duration: 8h pre_configured_consent_duration: 8h
token_endpoint_auth_method: client_secret_post token_endpoint_auth_method: client_secret_post