{
  "issuer": "https://dev-esp.xkw.cn",
  "authorization_endpoint": "https://dev-esp.xkw.cn/oauth2/authorize",
  "device_authorization_endpoint": "https://dev-esp.xkw.cn/oauth2/device_authorization",
  "device_verification_endpoint": "https://dev-esp.xkw.cn/oauth2/device_verification",
  "token_endpoint": "https://dev-esp.xkw.cn/oauth2/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "jwks_uri": "https://dev-esp.xkw.cn/oauth2/jwks",
  "userinfo_endpoint": "https://dev-esp.xkw.cn/userinfo",
  "end_session_endpoint": "https://dev-esp.xkw.cn/connect/logout",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "wecom_authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "introspection_endpoint": "https://dev-esp.xkw.cn/oauth2/introspect",
  "introspection_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "subject_types_supported": "public",
  "id_token_signing_alg_values_supported": [
    "RS256"
  ]
}