config user scim
Configure SCIM client entries.
config user scim
Description: Configure SCIM client entries.
edit <name>
set auth-method [token|base]
set base-url {string}
set certificate {string}
set client-identity-check [enable|disable]
set id {integer}
set secret {password}
set status [enable|disable]
set token-certificate {string}
next
end
config user scim
|
Parameter |
Description |
Type |
Size |
Default |
||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
auth-method |
TLS client authentication methods. |
option |
- |
token |
||||||
|
|
|
|||||||||
|
base-url |
Server URL to receive SCIM create, read, update, delete (CRUD) requests. |
string |
Maximum length: 127 |
|
||||||
|
certificate |
Certificate for client verification during TLS handshake. |
string |
Maximum length: 79 |
|
||||||
|
client-identity-check |
Enable/disable client identity check. |
option |
- |
enable |
||||||
|
|
|
|||||||||
|
id |
SCIM client ID. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||
|
name |
SCIM client name. |
string |
Maximum length: 35 |
|
||||||
|
secret |
Secret for token verification or base authentication. |
password |
Not Specified |
|
||||||
|
status |
Enable/disable System for Cross-domain Identity Management (SCIM). |
option |
- |
disable |
||||||
|
|
|
|||||||||
|
token-certificate |
Certificate for token verification. |
string |
Maximum length: 79 |
|
||||||