mitodl / keycloak-scim

SCIM client plugin for Keycloak
Apache License 2.0
30 stars 6 forks source link

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

Open collinpreston opened 7 months ago

collinpreston commented 7 months ago

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

collinpreston commented 6 months ago

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