-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v17] feat: SSO MFA - Teleport Connect (#48629)
* Add SSO prompt to Teleport Connect. * Add SSO to Connect MFA Modal WIP * Let connect open redirect URL. * Remove login success timeout change. * Add SSO story. * Address comments. * Fix prompt when SSO is the only/default method. * Address comments. * Fix double prompt. * Add dep list to useEffect in ReAuthenticate * Resolve comments. --------- Co-authored-by: Rafał Cieślak <[email protected]>
- Loading branch information
Showing
18 changed files
with
699 additions
and
346 deletions.
There are no files selected for viewing
579 changes: 336 additions & 243 deletions
579
gen/proto/go/teleport/lib/teleterm/v1/tshd_events_service.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 16 additions & 8 deletions
24
gen/proto/go/teleport/lib/teleterm/v1/tshd_events_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 16 additions & 8 deletions
24
gen/proto/ts/teleport/lib/teleterm/v1/tshd_events_service_pb.client.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 8 additions & 4 deletions
12
gen/proto/ts/teleport/lib/teleterm/v1/tshd_events_service_pb.grpc-server.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
107 changes: 106 additions & 1 deletion
107
gen/proto/ts/teleport/lib/teleterm/v1/tshd_events_service_pb.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.