-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add browser IDC authentication method (#950)
* Add authentication methods and unit tests. * Document types and exclude IAM=true from identity center connections * Update redshift connector version to accept new auth method. * Pare this pull request down to Browser based authentication for now * Handle optional timeout field correctly * Remove the authenticator param * Handle other parms with default values better. * Pin connector from above. * Make the enum have class methods.
- Loading branch information
1 parent
cf5acf1
commit c457faf
Showing
4 changed files
with
276 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add browser identity center authentication method. | ||
time: 2024-11-22T14:33:26.549878-08:00 | ||
custom: | ||
Author: versusfacit | ||
Issue: "898" |
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.