OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

security-services message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: New IssuedTo/Confirming Entity proposal


Confirmation changes:

Insert at line 675 (definition of <SubjectConfirmation>:
<<<
<BaseID>, <NameID>, or <EncryptedID> [Optional]
Identifies the entity expected to satisfy the enclosing subject confirmation
requirements.
>>>

Insert at beginning of schema definition of the sequence:
<<<
		<choice minOccurs="0">
			<element ref="saml:BaseID"/>
			<element ref="saml:NameID"/>
			<element ref="saml:EncryptedID"/>
		</choice>
>>>

Issued to changes:

Insert at line 548:
<<<
<IssuedTo> [Optional]
Contains one or more elements that identify the entity or entities to whom
the assertion has been issued. If this element is omitted, there is no
information implied about these entities.
>>>

Insert into assertion schema:
<<<
			<element ref="saml:IssuedTo"/>
>>>

Append new section defining this element:

<<<
Contains one or more elements that identify the entity or entities to whom
an assertion has been issued.

Schema:
	<element name="IssuedTo" type="saml:IssuedToType"/>
	<complexType name="IssuedToType">
		<choice maxOccurs="unbounded">
			<element ref="saml:BaseID"/>
			<element ref="saml:NameID"/>
			<element ref="saml:EncryptedID"/>
		</choice>
	</complexType>
>>>

-- Scott



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]