Browse Source

docs(example): modify comment for client_credentials

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

2
examples/config-dev.yaml

@ -104,7 +104,7 @@ telemetry:
# grantTypes determines the allowed set of authorization flows. # grantTypes determines the allowed set of authorization flows.
# grantTypes: # grantTypes:
# - "authorization_code" # - "authorization_code"
# - "client_credentials" # M2M auth, not included in defaults # - "client_credentials"
# - "refresh_token" # - "refresh_token"
# - "implicit" # - "implicit"
# - "password" # - "password"

Loading…
Cancel
Save