Change the application access authentication flow#1278
Conversation
feb4339 to
51f4eb9
Compare
|
LGMT. Comments left in #17592 |
94aec56 to
56ebf74
Compare
56ebf74 to
de7d7bf
Compare
de7d7bf to
c3400ac
Compare
c3400ac to
bedbf55
Compare
d33be45 to
7618156
Compare
7618156 to
4345956
Compare
There was a problem hiding this comment.
We also remove a lot of the redirects (and the code that goes with it) as it's no longer required with the new authentication flow in the Teleport PR.
that means like url params like awsrole and state right? can we also delete useAppLaunder file since it doesn't look like it's being used. also does the backend PR delete the code that does the redirecting? eg redirectToLauncher, before I saw the above comment, i thought we missed these params
Co-authored-by: Lisa Kim <lisa@goteleport.com>
03075f5 to
2e86b89
Compare
I forgot about I've also removed |
be61145 to
0e20433
Compare

This is the frontend changes for this PR - gravitational/teleport#17592
This sets a custom
X-Cookie-Valueheader on the request to/x-teleport-authinstead of putting it in thePOSTbody.We also remove a lot of the redirects (and the code that goes with it) as it's no longer required with the new authentication flow in the Teleport PR.