OAuth2 client credentials

    含义
    将POST body中的”client_id”和”client_secret”作为 application/x-www-form-urlencoded 参数发送。
    2使用 HTTP Basic授权发送”client_id” 和 “client_secret” 这是 OAuth2 RFC 6749 节 2.31中描述的可选风格。
    0是指通过两种方式的尝试,自动检测提供者想要的认证方式,并将成功的方式缓存起来,以备将来使用。
    1. kind: Configuration
    2. name: appconfig
    3. spec:
    4. httpPipeline:
    5. type: middleware.http.oauth2clientcredentials