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

[Dev] Update auth path to return an error if the user isn't found in our Okta Group #2694

Closed
2 tasks
thetif opened this issue Dec 7, 2020 · 3 comments · Fixed by #2754
Closed
2 tasks

[Dev] Update auth path to return an error if the user isn't found in our Okta Group #2694

thetif opened this issue Dec 7, 2020 · 3 comments · Fixed by #2754
Assignees
Labels
Development Issues for the dev team resolve medium

Comments

@thetif
Copy link
Contributor

thetif commented Dec 7, 2020

Catch unauthorized errors coming from Okta, create a specific error message to let the user know that they are not in our Okta group.

If a 401 Unauthorized with error code E0000004 is returned on authentication, it means that the user has their credentials wrong or isn't in Okta yet.

If a 403 with error code E0000006 is returned when trying to access a user's information, it means the user is in Okta but not in our group.

This task is done when…

This could include:

  • Display error messages to the users for both of the situations above
  • Display error for password expired and link to
@thetif thetif added Development Issues for the dev team resolve small labels Dec 7, 2020
@thetif thetif changed the title [Dev] Update auth path to return an error if the user isn't found in our Okta Gropu [Dev] Update auth path to return an error if the user isn't found in our Okta Group Dec 8, 2020
@nicholeweems nicholeweems added this to the 12/14/2020 - 12/25/2020 milestone Dec 10, 2020
@tbolt tbolt added medium and removed small labels Dec 17, 2020
@beparticular
Copy link

@tbolt @thetif who is the System Administrator they should contact if they get locked out?

@thetif
Copy link
Contributor Author

thetif commented Jan 28, 2021 via email

@beparticular
Copy link

Sorry meant to put that Q in the other thread. Ignore me here. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development Issues for the dev team resolve medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants