OAuth2 client credentials

Warning

ValueMeaning
1Sends the “client_id” and “client_secret” in the POST body as application/x-www-form-urlencoded parameters.
2Sends the “client_id” and “client_secret” using HTTP Basic Authorization. This is an optional style described in the OAuth2 RFC 6749 section 2.3.1.
0Means to auto-detect which authentication style the provider wants by trying both ways and caching the successful way for the future.
  1. apiVersion: dapr.io/v1alpha1
  2. kind: Configuration
  3. name: appconfig
  4. spec:
  5. handlers:
  6. - name: oauth2clientcredentials