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

18 total results found

Textual Index

Soffid 3 Reference guide Textual Index

Introduction  A textual index is a data structure used in database systems to facilitate efficient search and retrieval of text-based information. It is designed to handle large volumes of textual data and provide quick access to relevant documents or records...

Soffid
3.5

SCIM TaskInstance examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the TaskInstances object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/TaskInstance Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:message...

SCIM MailDomain examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the MailDomain object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/MailDomain Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0...

SCIM ProcessInstance examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the ProcessInstances object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/ProcessInstance Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:m...

SCIM Role examples

SCIM SCIM full 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...

Connecting your custom applications

Federation Connecting Service Providers

Introduction SAML 2.0 is a complex and not easy to implement standard. There are some libraries that can help somewhat, but a correct implementation needs a deep knowledge of SAML protocol, and is always hard to test and debug. To make it easier, Soffid prov...

Soffid
3
Addon
Federation
Vustom applications

SCIM Network examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the Network object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/Network Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListR...

SCIM Host examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the host object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/Host Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListRespons...

SCIM User examples

SCIM SCIM full 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...

Soffid
3
Addon
SCIM
Examples

SCIM Account examples

SCIM SCIM full 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...

Windows Connector

Connectors Windows Connector

Introduction Description This connector implements the LDAPS protocol and it is used to connect the Sync-Server with every server that allows this communication protocol. Managed System This connector has been performed to connect to the Active Directory s...

Soffid
3
Connectors
Windows

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 GroupUser examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the object that establishes the relationship between groups and users. You can add, delete and or modify users in a group. List all Request GET http://<your-domain>/soffid/webservice/scim2...

Introduction

Business Process addon (par)

Soffid Business Processes use JBoss JBPM engine. You can find the original JBPM documentation here. In order to develop a new business process addon you need Eclipse Java EE IDE for Web Developers and three plugins installed on it: JBPM plugin. You can fin...

Authentication

Soffid 3 Reference guide Security settings

Definition Soffid could use different kinds of external authentication sources. These mechanisms could be selectively enabled or disabled. Screen overview Standard attributes Global status Maintenance mode (only administrators can log in): if this opt...

Soffid
3
Security settings

generate-saml-request

Federation Web services reference

Definition This operation allows to generate a SAML request to an external IDP. URL <console-domain>/webservice/federation/rest/generate-saml-request Method POST Headers Accept = “application/json” Content-Type = “applic...

Soffid
3
Addon
Federation
WS reference

Openid-connect Dynamic Register

Federation Connecting Service Providers

Introduction Openid-connect allows a service provider registers dynamically other service providers. Dynamic Register To dynamically register a client, acquire an initial access token, and then register the new application by using the registration API. You...

Soffid
3
Addon
Federation
Openid-connect Dynamic Register

WSSO configuration

Web Single Sign-on for legacy apps

Configuring Soffid WSSO The system is configured using Apache configuration files, plus some ECMA script files that can be located anywhere you want. In general, Soffid WSSO acts intercepting and modifying any request made to Apache. This request can be proc...

Soffid
3
Addon
WSSO Legacy app