Open kddejong opened 5 months ago
https://github.com/aws-cloudformation/iac-model-evaluation/blob/0fc13f985eeb35c667e4536c474511d643e02f31/cloudformation/cognito.yaml#L43-L53
Was probably meant to be
AttributeMapping: email: EMAIL given_name: GIVEN_NAME family_name: FAMILY_NAME IdpIdentifiers: [] ProviderDetails: client_id: my.client.id client_secret: '{{resolve:secretsmanager:arn:aws:secretsmanager:us-east-1:012345678901:secret:my-secret:SecretString:::}}' attributes_request_method: GET authorize_scopes: openid oidc_issuer: 'https://issuer.example.com'
https://github.com/aws-cloudformation/iac-model-evaluation/blob/0fc13f985eeb35c667e4536c474511d643e02f31/cloudformation/cognito.yaml#L43-L53
Was probably meant to be