Advanced Search
Search Results
521 total results found
Step 8. Behavior analysis
SAML
OpenID-Connect
Web SSO
Federation members
Profiles
Connecting Service Providers
Web services reference
Identity Broker
Self service portal
SCIM for OTP devices
SCIM for OTP devices
How to deploy the identity & service provider
SSH gateway
RDP gateway
Recertification Examples
Recertification Examples
Sample configurations
Sample configurations
Permissons request steps
Define the Permissons request steps
CAS
Radius
Delegation roles steps
Define the Delegation roles steps
7. Collection class
Introduction The collection object implements a subset of the standard DOM HTMLCollection Attributes length Long Number of items in collection. Methods item id: long returns Element Find the element wit...
8. File class
Introduction It allows easy manipulation of files using the File class. Constructor File file: string mode: string Create an object of type File for the specified file. If mode is “r”, the file will be opened in read mode. If mode is ...
9. Directory class
Introduction This class is able to look for directories content. A directory object has the following attributes and methods: Constructor Directory file: string Creates a directory object bound to the specified path. Methods ...
10. MailService class
Introduction Simple tool to send emails. The MailService object has the following methods. Constructor MailService Create an object of type MailServer. Methods setServer server: string Specifies the nam...
11. NetworkResource class
Introduction Connect and disconnect network services (disks and printers). Constructor NetworkResource Creates an object of type NetworkResource. Methods connectPrinter resource: string model: string C...
12. Registry class
Introduction Manipulate the windows registry. Constructor Registry path: string Create an object of type Registry Global objects Registry.HKEY_LOCAL_MACHINE Tree Key LOCAL_MACHINE Registry.HKEY_CURRENT...
13. ServerInfo class
Introduction This helper class allows the script to query information stored at Soffid console. Constructor ServerInfo path: string Queried the server returning an object of type ServerInfo. Methods length retu...
14. Hll class (version 1.4.0)
Introduction The Hll class gives the script engine access to Hll terminal emulators. When a hll pattern matches the emulator screen, a hll object of class Hll will be crated and can be used by the action script. Attributes sessionId strin...
Recertification policies
Description Soffid allows you to establish some policies to define the scope of the recertification process. Menu option Main Menu > Administration > Configuration > Security settings > Recertification policies Screen overview Custom attributes Name:...
SAML2AttributeQueryProfile
Definition Based on SAML version 1 standard. This profile is used when the SSOProfile does not include attributes statements in the assertion. This profile allows to the applications request user data. When you are configuring the profile, you could define w...
SAML2SSOProfile
Definition This is the most commonly used SAML profile. It allows the IdP to identify users and to give such information to Service Providers. This profile is used to log in. When you are configuring the profile, you could define what data will be encrypted ...
SAML2ArtifactResolutionProfile
Definition Based on SAML version 1 standard. This profile is used when the Service Provider wants to resolve or check a received assertion. The profile configuration settings are quite similar to those present in SAML2SSOProfile. When you are configuring the...
SAML1AttributeQueryProfile
Definition Based on SAML version 1 standard. This profile is used when the SSOProfile does not include attributes statements in the assertion. This profile allows to the applications request user data. When you are configuring the profile, you could define w...
SAML2ECPProfile
Definition The Enhanced Client Profile is used when the Service Provider is not a web application. Nowadays, it is rarely used, as most mobile applications have shifted to OAuth or OpenIDConnect. When you are configuring the profile, you could define what da...
JSON REST Web Services Connector - Properties
In this agent, the configuration of the properties attributes is very important due to they define the functionality of the integration: This agent has five families of properties: Family Description Load Used to retrieve all the...
How to configure the Jira Atlassian agent?
Jira integration Prerequisites You need to install the last version of JSON Rest Connector. Configuration Configure the Basic data to establish the connection Then, configure the attribute mappings Soffid provides you an XML file with the basic a...
How to configure the Office 365 agent?
Office 365 integration Prerequisites You need to install the last version of JSON Rest Connector Configuration Configure the Basic data to establish the connection Then, configure the attribute mappings Soffid provides you versions of the attribu...
CAS (Central Authentication Service)
Introduction The CAS protocol is a simple and powerful ticket-based protocol. It involves one or many clients and one server. Clients are embedded in CASified applications (called “CAS services”) whereas the CAS server is a standalone component. The Cas ...
CAS architecture
Introduction The CAS is a Single Sign On protocol for the web. This protocol allows users to access multiple applications by providing their credentials. The response will be a JSON or XML Single Log-in The single log-in is usually initiated by the appl...
OpenID-Connect example
Identity Provider Service Provider