Browse Source

docs: add clientCredentialsEnabled option to example config

Signed-off-by: Mathias Gebbe <mathias.gebbe@gmail.com>
pull/4583/head
Mathias Gebbe 1 month ago committed by Mathias Gebbe
parent
commit
b3c62556a0
No known key found for this signature in database
GPG Key ID: 2A35E2EC75E5438F
  1. 2
      examples/config-dev.yaml

2
examples/config-dev.yaml

@ -121,6 +121,8 @@ telemetry:
# alwaysShowLoginScreen: false # alwaysShowLoginScreen: false
# Uncomment the passwordConnector to use a specific connector for password grants # Uncomment the passwordConnector to use a specific connector for password grants
# passwordConnector: local # passwordConnector: local
# Uncomment to enable the client_credentials grant for machine-to-machine authentication
# clientCredentialsEnabled: true
# Instead of reading from an external storage, use this list of clients. # Instead of reading from an external storage, use this list of clients.
# #

Loading…
Cancel
Save