OAuth2 client credentials
Warning
Value | Meaning |
---|
1 | Sends the “client_id” and “client_secret” in the POST body as application/x-www-form-urlencoded parameters. |
2 | Sends 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. |
0 | Means to auto-detect which authentication style the provider wants by trying both ways and caching the successful way for the future. |
apiVersion: dapr.io/v1alpha1
kind: Configuration
name: appconfig
spec:
handlers:
- name: oauth2clientcredentials