⏰ Getting Started
Introduction
Soffid allows you to combine two of the most powerfull powerful addons that you can use into Soffid Console, SCIMSCIM, and OTPFederation.
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 # Confirm authorization
Please note that it is recommended to use a REST client, please see our example in Testing tool # RESTer
Please note that the correct header parameters must be used, please browse them in SCIM in Soffid # HTTP request
Please note that OTPthe Federation addon must be intalledinstalled and configured, check it in OTPthe SettingsFederation book.
OTPIdentify DeviceService Provider
- classe: "S"
Service providers Types
OTPService deviceproviders types available
TOTPSAML:Time based HMAC TokensamlHOTPSAML API client:Event based HMAC Tokensoffid-samlEMAILOpenID Connect: openid-connectSMSOpenID Dynamic Register: openid-dynamic-registerPINRadius client:Securityradius- CAS client: cas
OTPOpen DeviceId StatusMechanism
OTP device status available :
C:PA:CreatedUser's passwordV:AC:ValidatedAuthorization codeL:PC:LockedUser's password + Client credentialsD:IM:DisabledImplicit
OTPFederation Operations
Soffid provides an API that allows you to connect to the OTPFederation microservices.
The available operations are the following
- List all
- List by filter
- Query by id
- Create
- Update
ValidateSend SMS- Delete
You can visit the SCIM OTPFederation devicesMember examples and the SCIM Entity Group examples page for more detailed information
Workflows
With the previous operations, using the SCIM OTP API, we can define some workflows.
You can visit the SCIM OTP devices Workflows examples pageinformation.