All Products
Search
Document Center

API Gateway:OpenIdConnectConfig

Last Updated:Dec 19, 2017

Description

Lists the type of OpenID Connect.

Node

OpenIdConnectConfig

Subnodes

Name Type Description
OpenIdApiType String Indicates the OpenID Connect mode; values:
  • IDTOKEN: Indicates the authorization API, which is used to issue a Token. If this item is configured, PublicKeyId and PublicKey are required.
  • BUSINESS: Indicates the service API, which is used to verify a Token. If this item is configured, IdTokenParamName is required.
PublicKeyId String Indicates the ID of a public key.
PublicKey String Indicates a public key.
IdTokenParamName String Indicates the name of the parameter corresponding to a Token.