Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize login flow for microapp and web environments #163

Open
redhoteggplant opened this issue Jul 2, 2020 · 0 comments
Open

Synchronize login flow for microapp and web environments #163

redhoteggplant opened this issue Jul 2, 2020 · 0 comments
Labels
Frontend Stuff to do with react in `/client`

Comments

@redhoteggplant
Copy link
Collaborator

Currently (post PR #135) the login flow microapp and web diverge in several ways, e.g.:

  • User automatically signs in when a HTTP request requires auth (microapp) vs. user can only sign in from the Login page (web)
  • On the Login page, user automatically signs in (microapp) vs. user has to click on the login button (web)
  • Id token is created with (microapp) and without (web) a nonce, may need to figure out an alternative way to generate the idtoken for web
@redhoteggplant redhoteggplant added the Frontend Stuff to do with react in `/client` label Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Stuff to do with react in `/client`
Projects
None yet
Development

No branches or pull requests

1 participant