Optional
clientThe client identifier of the Relying party at the OpenID identity provider. A regular expression can be specified so AppSync can validate against multiple client identifiers at a time. Example
Url for the OIDC token issuer.
The issuer for the OIDC configuration.
The duration an OIDC token is valid after being issued to a user in seconds. This validation uses iat claim of OIDC token.
The duration an OIDC token is valid after being authenticated by OIDC provider in seconds. auth_time claim in OIDC token is required for this validation to work.
Props for OpenId Connect Authorization on the Graphql Api.