Skip to content
New issue

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

Fix: eliminate cognito idp from CognitoUserPoolClient #135

Open
taniguchiiqqq opened this issue Dec 6, 2023 · 0 comments
Open

Fix: eliminate cognito idp from CognitoUserPoolClient #135

taniguchiiqqq opened this issue Dec 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working internal Created by team members
Milestone

Comments

@taniguchiiqqq
Copy link
Member

Bug Description

When I addressed this issue #134, the solution unintentionally allowed the userPoolClient to use Cognito IDP.

Expected Behavior

This test code should be passed.

template.hasResourceProperties("AWS::Cognito::UserPoolClient", {
	SupportedIdentityProviders: ["Google"],
});

Additional Context

Any other context about the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal Created by team members
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant