Document OIDC JWK key handling in git config
path:// scheme not supported for key field in Authelia 4.38. Host copy inlines the PEM as a YAML block scalar written via Python.
This commit is contained in:
@@ -59,9 +59,10 @@ identity_providers:
|
||||
- key_id: main
|
||||
algorithm: RS256
|
||||
use: sig
|
||||
# key: HOST-MANAGED — inline /srv/authelia/config/oidc.key contents here in the
|
||||
# host copy (/srv/authelia/config/configuration.yml). Never commit the key to git.
|
||||
# Generate with: openssl genrsa -out /srv/authelia/config/oidc.key 4096
|
||||
# key is host-managed — never commit to git
|
||||
# Host copy inlines the PEM content as a YAML block scalar (key: |)
|
||||
# using Python to avoid shell $ interpolation of the PEM content.
|
||||
# Generate with: openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -out /srv/authelia/config/oidc.key
|
||||
clients:
|
||||
- client_id: open-webui
|
||||
client_name: Open WebUI
|
||||
|
||||
Reference in New Issue
Block a user