← Prev in month ← Prev in thread

schema 16 comments: autn assertion and attribute authority

From
Simon Godik <>
Date
2001-09-06T03:12:11+00:00
ID
Thread
schema 16 comments: autn assertion and attribute authority
Title: schema 16 comments: autn assertion and attribute authority

It's been pointed out by Shibboleth design that authentication authority can front

several attribute authorities. After authentication assertion is received how do we

know which attribute authority to use?

I would like to include atttribute authority location in authentication statement.

<complexType name="LocalityType">

        <attribute name="IPAddress" type="string" use="optional"/>

        <attribute name="DNSAddress" type="string" use="optional"/>

        <attribute name="ServicePort" type="unsignedShort" use=optional"/>

</complexType>

<element name="AuthenticationLocality" type="LocalityType"/>

<element name="AttributeLocality" type="LocalityType"/>

<complexType name="AuthenticationStatementType">

        <complexContent>

                <extension base="saml:SubjectStatementAbstractType">

                        <sequence>

                                <element ref="saml:AuthenticationLocality" minOccurs="0">

                                <element ref="saml:AttributeLocality" minOccurs="0"> --- this is new element

                        </sequence>

                        --- same as before ---

                </extension>

        </complexContent>

</complexType>

Simon Godik
← Prev in month ← Prev in thread