[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [security-services] Feedback on SAML 1.1 Assertions (sstc-sam l-core-1.1-cs-01.pdf)
1. lines 324-326 note that three kinds of assertion are specified by SAML. When reading the schema, <Statement> and <SubjectStatement> are treated as if they might appear independently of these three kinds of assertion, which is not in fact the case - they are for extensions that specify additional kinds of assertion. I would recommend that this distinction is made clear in this introductory text.
[Rob] Actually, line 325 states that the SAML specification defines three different kinds of assertion **statements**.� This, I think is technically accurate since the <Statement> and <SubjectStatement> elements are defined with abstract types and we only define 3 types of statements that are based on <SubjectStatement>.��� Or did I miss your point? Nonetheless, I do think we could clean up this non-normative description a bit.
�
2. line 331 states that "Assertions have a nested structure". 'Nesting' implies that one assertion may be contained within another, which as far as I can tell from the schema is not possible. I would recommend that this sentence be changed to note that an "assertion acts as a container for a number of assertion statements" or some similar text.
[Rob] This could use a bit of clarification since the reference to nesting doesn't really apply to the subsequent sentence.� We'll work on cleaning that up.� Note, however, that assertions can actually be nested. This can occur when
-������an <Assertion>element includes an <Advice> element, which can include an <Assertion> element
-������an assertion contains an <AuthorizationDecisionStatement>element, which can include an <Evidence> element, which can include an <Assertion> element.
-������Extensions are defined based on various extension points that can exist within assertions
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]