-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cognito): user pool - OAuth2.0 authentication (#7141)
Support for OAuth2.0 properties in the UserPoolClient construct. BREAKING CHANGES: The type of the `authFlow` property in `UserPoolClient` has changed. This is no longer an enum, but instead a set of fields to toggle. The list has also been updated to reflect the change from `ADMIN_NO_SRP_AUTH` to its newer alias `ADMIN_USER_PASSWORD_AUTH`.
- Loading branch information
Niranjan Jayakar
authored
Apr 6, 2020
1 parent
0ef6a95
commit 09852d0
Showing
7 changed files
with
681 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.