fix(cognito): custom attributes in userpoolidentityprovider appear without the prefix custom: #32000
fix(cognito): custom attributes in userpoolidentityprovider appear without the prefix custom: #32000Balaji-JBC wants to merge 2 commits intoaws:mainfrom
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
|
The pull request linter fails with the following errors: PRs must pass status checks before we can provide a meaningful review. If you would like to request an exemption from the status checks or clarification on feedback, please leave a comment on this PR containing |
|
Comments on closed issues and PRs are hard for our team to see. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue # (if applicable)
Closes #26820 .
Reason for this change
See discussion in mentioned issue.
Description of changes
custom attributes in userpoolidentityproviderbase is modified to be prepended with
custom:so that we don't have to explicitly addcustom:which is the current workaround. The solution was observed from @diego-santacruz who created this issueDescription of how you validated changes
The existing unit tests has been modified to accommodate the change
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license