-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Context:
In the permission modal, a user might enter an id manually for which there are no search results as it isn't present in the identity cache yet. Due to the nature of the modal allowing multiple entries to be added this means a user can also add multiple invalid id's before hitting save. We need to handle this case by either preventing invalid id's getting added at all (be e.g. prevalidating them using a REST-api) or communicating invalid user/group id's after save.
AT:
- When adding non-imported user using the id, The front-end validates that user exists and return an error if it does not.
- The name and the type of this user is retrieved and displayed in the list
This is the controller panel for Smart Panels app
- depends on
-
OPT-3244 API to query an identity by id
- Done