Skip to content

fix(cognito): auto-generate sub, fix JWT sub claim, add AdminUserGlob…#183

Open
hectorvent wants to merge 1 commit intomainfrom
fix/cognito-sub-and-global-sign-out-68
Open

fix(cognito): auto-generate sub, fix JWT sub claim, add AdminUserGlob…#183
hectorvent wants to merge 1 commit intomainfrom
fix/cognito-sub-and-global-sign-out-68

Conversation

@hectorvent
Copy link
Copy Markdown
Owner

…alSignOut (#68)

Summary

Type of change

  • Bug fix (fix:)
  • New feature (feat:)
  • Breaking change (feat!: or fix!:)
  • Docs / chore

AWS Compatibility

Checklist

  • ./mvnw test passes locally
  • New or updated integration test added
  • Commit messages follow Conventional Commits

Details

  • AdminCreateUser and SignUp now auto-generate a sub UUID attribute if not explicitly provided
  • InitiateAuth/AdminInitiateAuth JWT sub claim now uses the stored user attribute instead of a new random UUID on every login
  • AdminUserGlobalSignOut is now implemented (previously routed to SQS and returned UnsupportedOperation)

Close #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Multiple Cognito IDP issues: missing sub, random JWT sub, unsupported operations

1 participant