WSO2 是 REST 请求 XACML
WSO2 IS REST request XACML
我找到示例用法 API
https://localhost:9443/api/identity/entitlement/decision/pdp
在
https://medium.com/@gdrdabarera/how-entitlement-management-works-with-rest-api-via-xacml-in-wso2-identity-server-5-3-0-7a60940d040c#.taxf6cvmx
我应该发送给哪个请求
https://localhost:9443/api/identity/entitlement/decision/entitlements-all
要获得所有访问权限?
我提出以下要求:
POST /api/identity/entitlement/decision/entitlements-all HTTP/1.1
Host: localhost:9443
Authorization: Basic YWRtaW46YWRtaW4=
Content-Type: application/json
Accept: application/json
{
"identifier": "",
"givenAttributes": []
}
我找到示例用法 API https://localhost:9443/api/identity/entitlement/decision/pdp 在 https://medium.com/@gdrdabarera/how-entitlement-management-works-with-rest-api-via-xacml-in-wso2-identity-server-5-3-0-7a60940d040c#.taxf6cvmx
我应该发送给哪个请求 https://localhost:9443/api/identity/entitlement/decision/entitlements-all 要获得所有访问权限?
我提出以下要求:
POST /api/identity/entitlement/decision/entitlements-all HTTP/1.1
Host: localhost:9443
Authorization: Basic YWRtaW46YWRtaW4=
Content-Type: application/json
Accept: application/json
{
"identifier": "",
"givenAttributes": []
}