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
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
At the moment the scim_group stores only "displayName". In our project we have a need for a technical name. So is it possible to add a new (optional) property "name" for each scim_group?
The text was updated successfully, but these errors were encountered:
this is not part of the SCIM 2 API. But SCIM provides extension points either by using "extensions" or custom resource types. Custom resource types have to be implemented in OSIAM, but are globally available then. As not everybody needs your feature, I would refrain from implementing it this way. Using extensions might be the best option for you, but unfortunately OSIAM does not support extensions for groups, yet. So if you need this feature, please create another issue for that.
But, why exactly do you need this? Groups support (like any resource) the external_id field. That should be the only thing needed, if you want to identify a group without using the UUID, i.e. give it a human-readable but computer-parseable name.
At the moment the scim_group stores only "displayName". In our project we have a need for a technical name. So is it possible to add a new (optional) property "name" for each scim_group?
The text was updated successfully, but these errors were encountered: