Fix linting
This commit is contained in:
@@ -408,12 +408,12 @@ identity_validation:
|
||||
##
|
||||
## The available providers are: `file`, `ldap`. You must use only one of these providers.
|
||||
authentication_backend:
|
||||
|
||||
|
||||
## Password Change Options.
|
||||
password_change:
|
||||
## Disable both the HTML element and the API for password change functionality.
|
||||
disable: true
|
||||
|
||||
|
||||
## Password Reset Options.
|
||||
password_reset:
|
||||
## Disable both the HTML element and the API for reset password functionality.
|
||||
@@ -896,8 +896,8 @@ session:
|
||||
## Important: Kubernetes (or HA) users must read https://www.authelia.com/t/statelessness
|
||||
##
|
||||
redis:
|
||||
host: 'authelia_redis'
|
||||
port: 6379
|
||||
host: 'authelia_redis'
|
||||
port: 6379
|
||||
## Use a unix socket instead
|
||||
# host: '/var/run/redis/redis.sock'
|
||||
|
||||
@@ -1292,7 +1292,8 @@ identity_providers:
|
||||
## configured has the RS256 algorithm. For RSA keys (RS or PS) the minimum is a 2048 bit key.
|
||||
jwks:
|
||||
-
|
||||
## Key ID embedded into the JWT header for key matching. Must be an alphanumeric string with 7 or less characters.
|
||||
## Key ID embedded into the JWT header for key matching.
|
||||
## Must be an alphanumeric string with 7 or less characters.
|
||||
## This value is automatically generated if not provided. It's recommended to not configure this.
|
||||
# key_id: 'example'
|
||||
|
||||
@@ -1383,7 +1384,7 @@ identity_providers:
|
||||
clients:
|
||||
-
|
||||
client_name: 'Miniflux'
|
||||
client_id: '{{ oidc__miniflux__client_id }}'
|
||||
client_id: '{{ oidc__miniflux__client_id }}'
|
||||
client_secret: '{{ oidc__miniflux__client_secret }}'
|
||||
redirect_uris:
|
||||
- 'https://miniflux.vakhrushev.me/oauth2/oidc/callback'
|
||||
@@ -1397,7 +1398,7 @@ identity_providers:
|
||||
- 'authorization_code'
|
||||
access_token_signed_response_alg: 'none'
|
||||
userinfo_signed_response_alg: 'none'
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
|
||||
-
|
||||
client_name: 'Wakapi'
|
||||
|
||||
Reference in New Issue
Block a user