-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
When you look up a user in the admin tool, let's add the following features:
- Display if the user is an SSO user and the provider (provider is based on the provider type)
- In the Edit dropdown, add an item for SSO. When selected, this should allow us to edit the user_sso_login record if the user is already an SSO user. If the user is not an SSO user, then it should allow us to add a user_sso_login record.
We may need to add/modify endpoints to manage the sso records.