iDaaS activation
Syncs iDaaS information after instance creation for iDaaS-connected applications. Applies only to SLK-iDaaS applications.
Parameters
|
Parameter |
Required |
Type and range |
Description |
|
action |
true |
String |
Fixed value: createIdaas |
|
instanceId |
true |
String |
Instance ID from the service provider. |
|
belongId |
true |
String |
iDaaS organization ID. |
|
publicKey |
true |
String |
iDaaS public key. |
|
token |
true |
String |
Security token. |
Response parameters
|
Parameter |
Required |
Type and range |
Description |
|
success |
true |
Boolean |
Whether the call succeeded. |
|
ssoUrl |
true |
String |
User SSO URL. |
|
scimUrl |
true |
String |
iDaaS account synchronization URL. |
|
scimAuthType |
true |
String |
SCIM authentication method. Valid values:
|
|
scimUsername |
false |
String |
Required if scimAuthType is BASIC. Authentication username. |
|
scimPassword |
false |
String |
Required if scimAuthType is BASIC. Authentication password. |
|
scimOauthUrl |
false |
String |
Required if scimAuthType is OAUTH. OAuth authentication URL. |
|
scimAppkey |
false |
String |
Required if scimAuthType is OAUTH. OAuth app key. |
|
scimAppsecret |
false |
String |
Required if scimAuthType is OAUTH. OAuth app secret. |
|
domainPrefix |
true |
String |
Second-level domain prefix. |
Request example
http://example.aliyundoc.com?token=920704d52c2f0db89fd5d472f2819ec3&action=createIdaas&belongId=absffgabciikange&publicKey=qjflaf****&timeStamp=2013-01-01 01:01:01
Response example
{
"success": true,
"ssoUrl": "http://demo.aliyundoc.com",
"scimUrl": "http://developer.aliyundoc.com",
"scimAuthType": "BASIC",
"scimUsername": "testuser",
"scimPassword": "12****",
"domainPrefix": "isvDemo"
}