SCIM
The SCIM server acts as a central repository where different representations coexist, including Users or Groups.
It can be used by the Identity Provider as a provisioning source. When a user is created or updated in SCIM, their local account in the Identity Provider will be automatically created or updated.
Only version 2.0 of SCIM is supported.
Storage
The following storage options are supported. Each NuGet package contains migration scripts to create or update the database structure.
Name | Nuget package | JSON Path | Value |
---|---|---|---|
SQLServer | SimpleIdServer.Scim.SqlServerMigrations | $.StorageConfiguration.ConnectionString | |
$.StorageConfiguration.Type | SQLSERVER | ||
Postgresql | SimpleIdServer.Scim.PostgreMigrations | $.StorageConfiguration.ConnectionString | |
$.StorageConfiguration.Type | POSTGRE | ||
Mongodb | $.StorageConfiguration.ConnectionString | ||
$.StorageConfiguration.Type | MONGODB | ||
MYSQL | SimpleIdServer.Scim.MySQLMigrations | $.StorageConfiguration.ConnectionString | |
$.StorageConfiguration.Type | MYSQL |