Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

35 total results found

SCIM

System for Cross-domain Identity Management

Soffid
3
Addon
SCIM

TaskInstance resource

SCIM Resource data model & schema

/TaskInstance Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/bpm/api/TaskInstance.html Query Schema It is allowed to consult all the TaskInstance definition using the Schema query...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
TaskInstance

Application resource

SCIM Resource data model & schema

/Application (addon version 1.2.0+) Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/Application.html Soffid allows you to add customized data to the Application object. You can ...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
Application

Account resource

SCIM Resource data model & schema

/Account Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/Account.html Soffid allows you to add customized data to the Account object. You can do that on metadata option: Main...

Service Model
latest
Resource
Account
Soffid 3
Addon
SCIM

Group resource

SCIM Resource data model & schema

/Group Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/Group.html Soffid allows you to add customized data to the group object. You can do that on the metadata option: Main M...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
Group

Network resource

SCIM Resource data model & schema

/Network Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/Network.html Query Schema It is allowed to consult all the Network definition using the Schema query: Request GET htt...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
Network

DomainValue resource

SCIM Resource data model & schema

/DomainValue Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/DomainValue.html Query Schema It is allowed to consult all the DomainValue definition using the Schema query: Requ...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
DomainValue

System resource

SCIM Resource data model & schema

/System Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/System.html Query Schema It is allowed to consult all the System definition using the Schema query: Request GET http:/...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
System

CustomObject resource

SCIM Resource data model & schema

/CustomObject Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/CustomObject.html Query Schema It is allowed to consult all the CustomObject definition using the Schema query: R...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
CustomObject

ProcessDefinition resource

SCIM Resource data model & schema

/ProcessDefinition Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/bpm/api/ProcessDefinition.html Query Schema It is allowed to consult all the ProcessDefinition definition using t...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
ProcessDefinition

ProcessInstance resource

SCIM Resource data model & schema

/ProcessInstance Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/bpm/api/ProcessInstance.html QUery Schema It is allowed to consult all the ProcessInstance definitions using the Sc...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
ProcessInstance

MailDomain resource

SCIM Resource data model & schema

/MailDomain Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/MailDomain.html Query Schema It is allowed to consult all the MailDomain definition using the Schema query: Request...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
MailDomain

SCIM full examples

SCIM

Soffid
3
Addon
SCIM
Examples

User resource

SCIM Resource data model & schema

/User Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/User.html Soffid allows you to add customized data to the user object. You can do that on metadata, on the proper object. ...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
User

VaultFolder resource

SCIM Resource data model & schema

/VaultFolder Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/VaultFolder.html  Query Schema It is allowed to consult all the VaultFolder definitions using the Schema query: Re...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
VaultFolder

Previous steps

SCIM SCIM full examples

Please note that the SCIM REST Web Service Add-on installed must be installed, please check this part in How to use SCIM in Soffid # Installation Please note that a user with the authentication is required, please check this part in How to use SCIM in Soffid ...

Soffid
3
Addon
SCIM
Examples

SCIM Operations

SCIM

HTTP Method GET Retrieves one or more complete or partial resources. POST Depending on the endpoint, creates new resources, creates a search request, or MAY be used to bulk-modify resources. PUT Modifies a resource by ...

Soffid
3
Addon
SCIM

Introduction to SCIM

SCIM

What is SCIM? SCIM is a standard created to simplify user management in the cloud by defining a schema for representing users and groups with a REST API for all the necessary CRUD operations. This standard could be extended to other resources like accounts, ...

Soffid
3
Addon
SCIM

Testing tool

SCIM

REST clients Any REST client may be used to test and consume our SCIM REST web service. RESTer In this case, we will show the usage with RESTer, a browser extension available for Chrome and Firefox. This extension may be added from these links: Chrome, Fir...

Soffid
3
Addon
SCIM

How to use SCIM in Soffid

SCIM

Introduction Soffid has implemented a version of the SCIM protocol 2.0. Some optional recommendations have also been included to improve the usage of this specification within the Soffid context. This functionality is available only by installing the SCIM ad...

Soffid
3
Addon
SCIM

SCIM Query syntax

SCIM

SCIM protocol provides a language to search and filter resources. Please browse the standard specifications in this link: https://tools.ietf.org/html/rfc7644#section-3.4.2.2 Example To search all users having "John" as name: http://<domain>/webservice/scim...

Soffid
3
Addon
SCIM

SCIM for Federation

SCIM

SCIM for Service Providers

Soffid
3.4
Addon
SCIM
Addon
Federation
Federation
3.4

Resource data model & schema

SCIM

The data model of the Soffid objects is mapped to JSON objects to enable the data transport between client and server.

Soffid
3
Addon
SCIM

Role resource

SCIM Resource data model & schema

/Role (addon version 1.2.0+) Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/Role.html Soffid allows you to add customized data to the Role object. You can do that on metadata o...

Soffid
3
Addon
SCIM
Service Model
latest
Resource
Role