Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Target system attribute

Description

SCIM base URL

Specification of the base URL of the SCIM API interface, incl. schema, domain and path (like https://localhost:44319/scim)

SCIM login URL

Specification of the URL for token endpoint (username and password is only supported authentication method for now).

CoreOne uses the token to authenticate in SCIM endpoint

SCIM login username

Username to be used for login

SCIM login password

Password to be used for login

Disable SSL handshake

Checkbox → if selected, the SSL certificate check is skipped, e.g. if no valid certificate is available. Should be avoided in principle

...

SCIM allows for multivalue attributes - like email but it is not supported by CoreOne for now.

Create user

  • URL /scim/users POST

Update user

  • URL /scim/users PATCH

Select user

  • URL /scim/users/{id} GET

  • (filter and attributes needs to be supported)

Delete user

  • URL /scim/users DELETE

Create group

Assign Member

Remove Member

(core one assumes there is .groups property)