Advanced Search
Search Results
683 total results found
Textual Index
Textual Index
Step 3. Launch network discovery
WS-Fed
WS-Federation
Installing Soffid using Docker Compose
SQL Server
Installing PAM using Docker
How to install PAM using Docker
Installing PAM using Kubernetes
How to install PAM using Kubernetes
Step 1.- How to install Soffid Break glass?
Installing PAM using Docker Compose
How to Install PAM using Docker Compose
2024 - Console
Release Notes for Soffid Console
2024 - Sync Server
Release Notes for Soffid Sync Server
How to install ESSO?
Use Case
This folder will contain information about different use cases
How to use SCIM in Soffid
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...
SCIM Operations
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 ...
SCIM Query syntax
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...
Testing tool
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...
Previous steps
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 ...
How to install SCIM in Soffid
Installation Download Please download the Soffid SCIM add-on. You can download it at the following link http://www.soffid.com/download/enterprise/ if you have Soffid user with authorization, or in the following http://download.soffid.com/download/ by regis...
SCIM Account examples
Operations This page shows the operations that can be performed for the account object List all List all accounts, disabled or not. Request GET http://<your-domain>/soffid/webservice/scim2/v1/Account Response 200 OK For example, after the Soffid install...
SCIM Application examples
Operations This page shows the operations that can be performed for the application object (Information Systems from a functional point of view) List all Request GET http://<your-domain>/webservice/scim2/v1/Application Response 200 OK { "schemas": [...
SCIM Group examples
Operations This page shows the operations that can be performed for the group object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/Group Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListRespo...
SCIM Role examples
Operations This page shows the operations that can be performed for the role object List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/Role Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListResponse...
SCIM User examples
Operations This page shows the operations that can be performed for the user object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/User Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListRespons...
User resource
/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. ...
Group resource
/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...
Account resource
/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...
Application resource
/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 ...
Role resource
/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...
Group type resource
/OUType Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/OUType.html Query Schema It is allowed to consult all the Group Type definition using the Schema query: Request GET ht...
User type resource
/UserType Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/UserType.html Query Schema It is allowed to consult all the User Type definition using the Schema query: Request GET...
GroupUser resource
/GroupUser Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/GroupUser.html Soffid allows you to add customized data to the GroupUser object. You can do that on metadata option: ...
RoleAccount resource
/RoleAccount Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/RoleAccount.html Query Schema It is allowed to consult all the RoleAccount definition using the Schema query: Requ...