...
The following system identity types are supported:
Identity Type | Description |
---|---|
| A default SCIM user with the properties defined in section Section 4.1 of rfc7643 (Standard User Schema) and Section 4.3 of rfc7643 (Enterprise User Schema). You can extend those properties by creation system identity type attributes in the CoreOne Suite Admin UI. |
...
Info |
---|
SCIM supports complex and multi value attributes. Attributes in the CoreOne Suite are - by default - flat objects. To simplify this use case the system identity type attributes follow a simple transformation. The complex SCIM name conists of a familyName, givenName and so on. Within the CoreOne Suite we simply track them as name.familyName, name.givenName and so on. |
Attribute | Description |
---|---|
| The username of the user |
| The formatted name, similar to the display name |
| The family name of the user |
| The given name of the user |
| The middle name of the user |
| The honorific prefix(es) of the user |
| The honorific suffix(es) of the User |
| The display name of the user |
| The nick name of the user |
| An URI that locates a users profile |
| The title of the user |
| The type of a user should an application or system support that |
| The prefered language in the format of Section 5.3.5 of rfc7231. |
| The users default location as specified in https://datatracker.ietf.org/doc/html/rfc5646 |
| The users time zone as specified in https://datatracker.ietf.org/doc/html/rfc6557 |
| An indication whether the user is active or not |
| A |
| A |
| A |
| A |
| A |
...
The following system resource types are supported:
Identity Type | Description |
---|---|
| A SCIM Group according to section 4.2 of rfc 7643 |
...
Parameter | Mandatory | Example | Description |
---|---|---|---|
| ✅ | https://scim.webapp.com | The base url of the SCIM endpoint |
| ✅ | https://scim.webapp.com/login | The endpoint where the authentication for the SCIM endpoint has to be performed |
| ✅ | svc_cos | The user name to be used for authentication |
| ✅ | 🔑 * * * * * * * | The password of the user |
| ✅ | false | If the SSL handshake can not be performed because of invalid certificates. Be very cautions with this and only disable it if really necessary. |
...