diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 0d23ce93..9c25b735 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -104,7 +104,7 @@ telemetry: # grantTypes determines the allowed set of authorization flows. # grantTypes: # - "authorization_code" -# - "client_credentials" # M2M auth, not included in defaults +# - "client_credentials" # - "refresh_token" # - "implicit" # - "password"