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

Redirect from auth0 page #1823

Closed
2 tasks done
lizhutter opened this issue May 21, 2021 · 0 comments · Fixed by #1840
Closed
2 tasks done

Redirect from auth0 page #1823

lizhutter opened this issue May 21, 2021 · 0 comments · Fixed by #1840
Assignees
Labels

Comments

@lizhutter
Copy link
Contributor

lizhutter commented May 21, 2021

Login Process

Currently, when a user goes to https://COMPANY.airy.co/login (such as https://kik.airy.co/login), they see the following on the page:
screenshot_2021-05-21_at_10 45 05
once they click the auth0 button, they are sent to a page to enter their login credentials:
Screenshot 2021-05-21 at 16 41 39

We should change this process, so that when users go to https://COMPANY.airy.co/login, they are automatically redirected to the second image, where they can already enter their credentials.

Logout Process

Similar to the login process: when users log out of their instance, they are sent to https://COMPANY.airy.co/login?logout where they see this:
screenshot_2021-05-21_at_15 12 42_720

We should also change this process, so that when users logout of their instance, they are automatically redirected to the page where they can enter their credentials again.

Technical notes

  • Automatically redirect to single oauth provider login page
  • Implement oidc logout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants