Note that there are some explanatory texts on larger screens.

plurals
  1. POMultipleRequest in WSO2 Identity Server
    text
    copied!<p>I would like to know whether WSO2 Identity Server supports multipleRequests?</p> <p>When I try to formulate the following request :</p> <pre><code> &lt;Request xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" CombinedDecision="false" ReturnPolicyIdList="false"&gt; &lt;Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" id="action1"&gt; &lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" IncludeInResult="false"&gt; &lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;GET&lt;/AttributeValue&gt; &lt;/Attribute&gt; &lt;/Attributes&gt; &lt;Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" id="action2"&gt; &lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" IncludeInResult="false"&gt; &lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;GETT&lt;/AttributeValue&gt; &lt;/Attribute&gt; &lt;/Attributes&gt; &lt;Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" id="subject1"&gt; &lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" IncludeInResult="false"&gt; &lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;cijoy&lt;/AttributeValue&gt; &lt;/Attribute&gt; &lt;/Attributes&gt; &lt;Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" id="subject2"&gt; &lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" IncludeInResult="false"&gt; &lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;cijoyy&lt;/AttributeValue&gt; &lt;/Attribute&gt; &lt;/Attributes&gt; &lt;Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" id="resource1"&gt; &lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" IncludeInResult="false"&gt; &lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;/Entitlement_Sample_WebApp/protected.jsp&lt;/AttributeValue&gt; &lt;/Attribute&gt; &lt;/Attributes&gt; &lt;Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" id="resource2"&gt; &lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" IncludeInResult="false"&gt; &lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;/Entitlement_Sample_WebApp/protected.jspp&lt;/AttributeValue&gt; &lt;/Attribute&gt; &lt;/Attributes&gt; &lt;MultiRequests&gt; &lt;RequestReference&gt; &lt;AttributesReference ReferenceId="subject1"/&gt; &lt;!-- Is Subject necesary? --&gt; &lt;AttributesReference ReferenceId="action1"/&gt; &lt;!-- Is Action necessary --&gt; &lt;AttributesReference ReferenceId="resource1"/&gt; &lt;!-- This generates a normal single Resource request --&gt; &lt;/RequestReference&gt; &lt;/MultiRequests&gt; &lt;/Request&gt; </code></pre> <p>It throws In determinant Error saying</p> <pre><code> Invalid request : Error parsing required ReferenceId in MultiRequestType </code></pre> <p>Any working sample? Any idea? </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload