serverless-appsync-plugin
serverless-appsync-plugin copied to clipboard
Unable to use OpenID defaults - Cannot read property 'issuer' of null
trafficstars
I am using 1.2.0.
This configuration fails with "Cannot read property 'issuer' of null
- authenticationType: OPENID_CONNECT
This one as well:
- authenticationType: OPENID_CONNECT
openIdConnectConfig:
Attempting to enter null or '' values in the field causes deploy errors about invalid values:
- authenticationType: OPENID_CONNECT
openIdConnectConfig:
issuer: ''
clientId: ''
iatTTL: ''
authTTL: ''
Such as The CloudFormation template is invalid: [/Resources/GraphQlApi/Type/AdditionalAuthenticationProviders/1/OpenIDConnectConfig/Issuer] 'null' values are not allowed in templates
How does one use OpenID?