Personify
  • Introduction
  • Architecture
  • Model
    • Identity vault
    • Provisioning
    • Authentication and authorization
    • Gateway
  • Concepts
    • Entitlements
      • Internal entitlements
      • Custom entitlements
    • Workflows
    • Joiner - Mover - Leaver
    • Self service
    • Entitlement expiration
    • Toxic entitlements
    • (Re)Certification
    • Birth rights
    • Notifications
    • Entitlement prerequisites
    • Connectors
      • File connector
      • Database connector
      • SCIM Connector
      • LDAP connector
      • REST connector
      • Microsoft Graph connector
    • Auditing
    • Authorization
    • Gateway
    • API Based
    • Delegation
  • Usage
    • Get started
    • Configuration
  • Development
    • Customizations
      • PropertyProviders
      • AccountIdGenerators
      • RequestHandlers
      • Connectors
      • Workflows
      • Schedulers
    • REST API
    • JAVA SDK
    • Git
    • Issues
Powered by GitBook
On this page
  • Configuration
  • Supported functions
  • Open issues
  1. Concepts
  2. Connectors

SCIM Connector

The SCIM connector is a implementation used for connecting to remote systems that are using the SCIM protocol. It has been tested against the Core SCIM server implementation found here :

schema : urn:ietf:params:scim:schemas:core:2.0:User

Configuration

Below are all the parameters you can specify on this connector.

name

description

endpoint

the endpoint without protocol

ssl

use ssl true or false

authentication-type

only BASIC supported on this very moment

basic-authentication-user

the username used for authenticating

basic-authentication-password

the password for BASIC authentication

scim-schema

the schema to be used

url-suffix

the url suffix

Supported functions

Below are the implemented operations on this connector.

name

supported

description

create

yes

implemented with POST

find

yes

implemented with GET on id

search

yes

implemented with GET on /search with searchcriteria

update

yes

implemented with PUT

delete

yes

DELETE on id

disable

no

archive

no

unarchive

no

ping

yes

pings the calling discovery ServiceProviderConfig

validate configuration

yes

validates the configuration on init

Open issues

  • sorting

  • paging

PreviousDatabase connectorNextLDAP connector

Last updated 2 years ago