SubjectLocality
specifies the DNS domain name and IP address for the system from which the
assertion subject was authenticated.
SubjectLocality
element contains following attribues.
Attribute
|
Description
|
Required
|
Address
|
Network
address of the system from which the principal identified by the subject is
authenticated.
|
Optional
|
DNSName
|
DNS name
of the system from which the principal identified by the subject is
authenticated.
|
Optional
|
Following
schema defines SubjectLocality element.
<element name="SubjectLocality" type="saml:SubjectLocalityType" /> <complexType name="SubjectLocalityType"> <attribute name="Address" type="string" use="optional" /> <attribute name="DNSName" type="string" use="optional" /> </complexType>
No comments:
Post a Comment