Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions charts/lfx-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,13 @@ authelia:
algorithm: "RS256"
key:
path: /secrets/authelia-jwks-keys/jwks-key-1.pem
claims_policies:
default:
id_token:
- email
- email_verified
- name
- preferred_username
clients:
- client_id: heimdall
client_name: Heimdall backend
Expand Down Expand Up @@ -467,6 +474,7 @@ authelia:
grant_types:
- authorization_code
- refresh_token
claims_policy: default
authorization_policy: one_factor
token_endpoint_auth_method: client_secret_basic
- client_id: docs
Expand Down