WSO2是REST请求XACML

WSO2是REST请求XACML,rest,wso2,wso2is,xacml,Rest,Wso2,Wso2is,Xacml,我找到了使用API的示例 在…上 我应该向哪个请求发送 要获得所有访问权限?我建议以下请求: POST /api/identity/entitlement/decision/entitlements-all HTTP/1.1 Host: localhost:9443 Authorization: Basic YWRtaW46YWRtaW4= Content-Type: application/json Accept: application/json

我找到了使用API的示例 在…上

我应该向哪个请求发送
要获得所有访问权限?

我建议以下请求:

    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": []
    }