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
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
The text was updated successfully, but these errors were encountered:
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
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
active
should be false if the Keycloak account has not verified their email yet.The text was updated successfully, but these errors were encountered: