iDaaS开通
用于接入 iDaaS 的应用,在完成创建实例之后,同步 iDaaS 相关信息。该接口仅用于接入 SLK-iDaaS 的应用软件。
参数
参数 | 必选 | 类型及范围 | 说明 |
action | true | String | 固定值:createIdaas |
instanceId | true | String | 实例 ID,服务商提供的标识 |
belongId | true | String | iDaaS 企业组织ID |
publicKey | true | String | iDaaS 公钥 |
token | true | String | 安全令牌 |
返回值
参数 | 必选 | 类型及范围 | 说明 |
success | true | Boolean | 是否成功 |
ssoUrl | true | String | 用户免登地址 |
scimUrl | true | String | iDaaS 同步账号信息地址 |
scimAuthType | true | String | SCIM 地址身份校验方式。取值:
|
scimUsername | false | String | 如选 Basic 则必填,认证用户名。 |
scimPassword | false | String | 如选 Basic 则必填,认证密码。 |
scimOauthUrl | false | String | 如选 OAuth 则必填,认证地址。 |
scimAppkey | false | String | 如选 OAuth 则必填,OAuth 的 key |
scimAppsecret | false | String | 如选 OAuth 则必填,OAuth 的 secret |
domainPrefix | true | String | 二级域名前缀 |
调用示例
http://example.aliyundoc.com?token=920704d52c2f0db89fd5d472f2819ec3&action=createIdaas&belongId=absffgabciikange&publicKey=qjflaf****&timeStamp=2013-01-01 01:01:01
返回示例
{
"success": true,
"ssoUrl": "http://demo.aliyundoc.com",
"scimUrl": "http://developer.aliyundoc.com",
"scimAuthType": "BASIC",
"scimUsername": "testuser",
"scimPassword": "12****",
"domainPrefix": "isvDemo"
}