← Prev in month
← Prev in thread
lookup by artifact
Hi Phil,
Following the white board discussion at
F2F#4, please add the following new element to
<samlp:RequestType>.
Proposed Changes:
++++++++++++++++++++++++++++++++++++++++++
<element name "AssertionHandle" type="string">
with <samlp:RequestType> modified to read:
<complexType name="RequestType">
<complexContent>
<extension base="samlp:RequestAbstractType">
<choice>
<element name="Query"
type="samlp:QueryAbstractType"/>
<element ref="saml:AssertionID"
maxOccurs="unbounded"/>
<element ref="AssertionHandle"
maxOccurs="unbounded" />
</choice>
</extension>
</complexContent>
</complexType>
The following changes to text in 2.2.2 for core-16 are also proposed:
The <Request> element specifies a SAML request. This may contain either a
query, a request for one or more assertions identified by their
AssertionIDs, or a request for one or more
assertions identified by their AssertionHandles. AssertionHandle is an
opaque value which is interpreted and de-referenced only by the entity that
created the AssertionHandle.
- prateek
← Prev in month
← Prev in thread