OAuth2 client credentials

    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. kind: Configuration
    2. name: appconfig
    3. spec:
    4. httpPipeline:
    5. - name: oauth2clientcredentials