鉴权
POST
/v1/verifyidentity信息不填默认对当前请求人进行鉴权,machine 身份需要指定 developer_id 和 tenant_id
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
identity_id
number
主体id
identity_type
string
主体类型
application_id
string
应用id
object_type
string
对象类型
数据:data,API:api,UI元素:ui, 应用:app,资源集合:res_set
object_code
string
对象代码
object_value
string
对象值
比如id等,主要用于授权scope的校验
action_code
string
操作代码
developer_id
string
开发者id
tenant_id
string
租户id
示例
{
"identity_id": 0,
"identity_type": "string",
"application_id": "string",
"object_type": "string",
"object_code": "string",
"object_value": "string",
"action_code": "string",
"developer_id": "string",
"tenant_id": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
未设置
最后修改时间: 2 个月前