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
parent
e845e66262
commit
484c17c1d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue