AWS::AppSync::Api OpenIDConnectConfig
Describes an OpenID Connect (OIDC) configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
AuthTTL
-
The number of milliseconds that a token is valid after being authenticated.
Required: No
Type: Number
Update requires: No interruption
ClientId
-
The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that AWS AppSync can validate against multiple client identifiers at a time.
Required: No
Type: String
Update requires: No interruption
IatTTL
-
The number of milliseconds that a token is valid after it's issued to a user.
Required: No
Type: Number
Update requires: No interruption
Issuer
-
The issuer for the OIDC configuration. The issuer returned by discovery must exactly match the value of
iss
in the ID token.Required: Yes
Type: String
Update requires: No interruption