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

SCIM requests include first and last name, is_active is false when email is not verified. #39

Open
3 tasks
collinpreston opened this issue Mar 5, 2024 · 1 comment

Comments

@collinpreston
Copy link
Contributor

collinpreston commented Mar 5, 2024

User Story

SCIM requests should have active = false if the Keycloak account has not had the email verified yet. First name and last name should also be included.
When a user creates an account in one of our apps (e.g. Discussions) we automatically create a corresponding account in MITopen. That account should have the same first name, last name and email verification status as what is set in Keycloak

Acceptance Criteria

  • SCIM requests are populated with the first and last name from Keycloak.
  • active should be false if the Keycloak account has not verified their email yet.
  • Don't create a new account in Open until the email has been verified
@collinpreston collinpreston changed the title SCIM retrieves first and last name, is_active is false when email is not verified. SCIM requests include first and last name, is_active is false when email is not verified. Mar 5, 2024
@collinpreston
Copy link
Contributor Author

Updated acceptance criteria based on feedback from Peter on 03/08.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant