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

195 total results found

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

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

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

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

Event Sample scripts

Administration (scripting) Custom scripts samples

On grant permission: Update a user attribute when assigning a specific permission if (grant.roleName.equals("RS002")) { user = serviceLocator.getUserService().findUserByUserName(grant.user); if (user != null) { attributes = serviceLocator.getUserSe...

Scripting
Administration
Soffid 3
Addon

Shared account entitlements

Recertification Recertification Examples

 

Soffid
3
Addon
Recertification
Examples
Shared account entitlements

Introduction to Recertification

Recertification

What is Recertification? The Recertification addon provides the functionality to review access rights to make sure the users have access only to what they need.  This process increases security and makes the recertification process auditable and compliant. S...

Soffid
3
Addon
Recertification

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

How to install Backup addon in Soffid

Backup configure & restore

Installation Download Please download the Soffid Backup add-on. You could download it at the following link http://www.soffid.com/download/enterprise/ if you have a Soffid user with authorization, or in the following http://download.soffid.com/download/ by ...

Soffid
3
Addon
Backup

How to install Recertification in Soffid

Recertification

Installation Download Please download the Soffid Recertification add-on. You could download it at the following link http://www.soffid.com/download/enterprise/ if you have a Soffid user with authorization, or in the following http://download.soffid.com/down...

Soffid
3
Addon
Recertification
Install

Introduction to Backup

Backup configure & restore

What is the Backup addon? Soffid allows you to add a backup addon to the console to save a snapshot for each user to keep track of changes as they occur. Main Menu > Administration > Configuration > Global Settings > User backup configure & restore On the U...

Soffid
3
Addon
Backup

Entity Group

Federation Federation members

Description An entity group is just like a folder that allows you to manage different kinds of federation members. One of the most common ways to group federation members is by trust level. When you create an entity group, the Identity Providers and the Serv...

Soffid
3
Addon
Federation

Virtual Identity Provider

Federation Federation members

Definition A single identity provider usually offers different profiles or service levels to diffeferent service provider. To be able to define this behavior, any Identity Provider can be split into many virtual identity providers. Those identity providers wi...

Soffid
3
Addon
Federation

SAML (Security Assertion Markup Language)

Federation SAML

Introduction Security Assertion Markup Language is an open standard for exchanging authentication and authorization data between parties, in particular, between an identity provider and a service provider. It is an identity federation protocol, born in 2...

Soffid
3
Addon
Federation
SAML

OpenID-Connect

Federation OpenID-Connect

Introduction OpenID is an open standard and decentralized authentication protocol.  It allows users to be authenticated by cooperating sites (known as relying parties, or RP) using a third-party service, eliminating the need for webmasters to provide their ...

Soffid
3
Addon
Federation
OpenId Connect

⏰ Getting started

Federation Web SSO

Introduction To configure the Web SSO you must complete the next steps 1. Attribute definition: add the necessary attributes if they are not in the list. 2. Attribute sharing policies: define the proper attribute sharing policies to determine which attrib...

Soffid
3
Addon
Federation

Attribute definition

Federation Web SSO

Description The attribute definition page displays all the auto-generated user attributes. Those attributes will be the attributes to deliver from the identity providers to the service providers depending on the defined rules. Soffid has a default implementa...

Soffid
3
Addon
Federation

Attribute sharing policies

Federation Web SSO

Description After defining the attributes to publish, it’s required to write a policy that defines which attributes will be allowed to share with each service provider. Soffid allows you to define security rules that apply to any attribute that should be del...

Soffid
3
Addon
Federation

Identity & Service providers

Federation Web SSO

Description Soffid Identity Federation addon helps administrators to manage an Identity Federation. With Soffid you can manage the whole federation security configuration, increasing the security while reducing the federation management costs. Soffid can also...

Soffid
3
Addon
Federation

OpenIDProfile

Federation Profiles

Definition The Identity Provider will serve the OpenID-Connect protocol. It is possible to accept the default endpoints or modify them. You can check the server features visiting https://<YOUR-IdP>/.well-known/openid-configuration. That JSON gives you inform...

Soffid
3
Addon
Federation
Profiles
OpenId Connect