caching - XACML Authentication in Network Proxy Server -


i trying implement access control policies on network proxy server. presently, @ stage have modeled this:

enter image description here

the problem facing how send resource url, username , password pep pdp. presently using wso2 implementing pdp policies.

relating saw command on this link, follow:

curl -x post -h 'content-type:text/xml' -t soap-xacml-request.xml https://localhost:8443/asm-pdp/pdp --cacert pdp.b64.cer --user pep:password

i don't know url should giving instead of https://localhost:8443/asm-pdp/pdp (as using wso2).

can please me regarding these issues?

did @ wso2 documentation , blog? e.g. http://xacmlinfo.com/2012/06/14/pep-client-for-wso2is-pdp/.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -