You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pkce): 20111 PKCE auth flow does not return user to previous path like dex auth flow (#20202)
* Adding non-default basehref support for PKCE auth flow
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Adding ; for linting
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* removing hook function
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Moving unauthorized error handling to class component to access context for error handling within 401 error
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Store the subsrition handle to close in unmount
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* reorder imports
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Actually saving the subscriptions now
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* returning the 401 subscription from helper function
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Handle the promise of a subscription
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Removing then from non async subscribe
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Linter fixes
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* Adding path caching to sessionStorage on pkceLogin and redirect step to cached path if available in pkceCallback to mirror Dex functionality
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
---------
Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
0 commit comments