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

Cognito User Pool - "Enable case insensitivity for username input" #7235

Closed
2 tasks
realharry opened this issue Apr 7, 2020 · 0 comments · Fixed by #7988
Closed
2 tasks

Cognito User Pool - "Enable case insensitivity for username input" #7235

realharry opened this issue Apr 7, 2020 · 0 comments · Fixed by #7988
Assignees
Labels
@aws-cdk/aws-cognito Related to Amazon Cognito effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md in-progress This issue is being actively worked on.

Comments

@realharry
Copy link

Cognito User Pool currently has an option called "Enable case insensitivity for username input". I couldn't find any corresponding attribute in CDK: https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cognito.UserPool.html

Use Case

One of the most annoying things of Cognito is that once you create a stack, you cannot change much of its settings. For me, that's where CDK becomes very useful (even compared to CF) because it's a lot easier to create/destroy and experiment with various stacks with CDK. We are in the process of recreating a few User Pools, and it'll be nice if we could just use CDK.

Proposed Solution

I'm not entirely sure where this option really belongs to, but SignInAliases might be a good place to start looking into: https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cognito.SignInAliases.html

Other

Cognito is one of the most difficult services to use in AWS. I hope the Cognito team does realize this, and make some further improvements. But, that's probably for another time. For now, I hope we can use CDK to alleviate some pain points. Thanks.

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@realharry realharry added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 7, 2020
@SomayaB SomayaB added the @aws-cdk/aws-cognito Related to Amazon Cognito label Apr 9, 2020
@nija-at nija-at added effort/small Small work item – less than a day of effort good first issue Related to contributions. See CONTRIBUTING.md and removed needs-triage This issue or PR still needs to be triaged. labels Apr 16, 2020
@SomayaB SomayaB added the in-progress This issue is being actively worked on. label May 15, 2020
@mergify mergify bot closed this as completed in #7988 May 20, 2020
mergify bot pushed a commit that referenced this issue May 20, 2020
### Commit Message
feat(cognito): user pool - case sensitivity for sign in (#7988 

fixes #7235
### End Commit Message

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
karupanerura pushed a commit to karupanerura/aws-cdk that referenced this issue May 22, 2020
### Commit Message
feat(cognito): user pool - case sensitivity for sign in (aws#7988 

fixes aws#7235
### End Commit Message

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-cognito Related to Amazon Cognito effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md in-progress This issue is being actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants