We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iac-model-evaluation/cloudformation/cognito.yaml
Lines 43 to 53 in 0fc13f9
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iac-model-evaluation/cloudformation/cognito.yaml
Lines 43 to 53 in 0fc13f9
Was probably meant to be
The text was updated successfully, but these errors were encountered: