serverless-appsync-plugin icon indicating copy to clipboard operation
serverless-appsync-plugin copied to clipboard

Unable to use OpenID defaults - Cannot read property 'issuer' of null

Open cyberwombat opened this issue 5 years ago • 0 comments
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?

cyberwombat avatar Feb 27 '20 17:02 cyberwombat