|
发表于 2024-2-27 14:46:53
|
显示全部楼层
我在/x_organization_assemble_authentication/jest/index.html#网址的postlogin测试后,这是它给我的测试token结果
Result copy
{
"readyState": 4,
"responseText": "{\n \"type\": \"error\",\n \"message\": \"无效token, client:SiuiInfoSystem, token:7upWitJ0cJUB0pCkWc9EMmhWN_xzOk6e.\",\n \"date\": \"2024-02-27 14:43:20\",\n \"spent\": 0,\n \"size\": -1,\n \"count\": 0,\n \"position\": 0,\n \"prompt\": \"com.x.organization.assemble.authentication.jaxrs.sso.ExceptionReadToken\"\n}",
"responseJSON": {
"type": "error",
"message": "无效token, client:SiuiInfoSystem, token:7upWitJ0cJUB0pCkWc9EMmhWN_xzOk6e.",
"date": "2024-02-27 14:43:20",
"spent": 0,
"size": -1,
"count": 0,
"position": 0,
"prompt": "com.x.organization.assemble.authentication.jaxrs.sso.ExceptionReadToken"
},
"status": 500,
"statusText": "Internal Server Error"
}
请问OA系统要求的令牌格式是什么?是否是文档所说的3DES密匙进行的加密?
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|