3.1.4.2.3.3 tns:TokenIssuer Complex Type

The TokenIssuer complex type specifies the URI and endpoint (1) for the STS.

 <xs:complexType name="TokenIssuer">
   <xs:sequence>
     <xs:element name="Uri"
       type="xs:anyURI"
       minOccurs="0"
       nillable="true"
      />
     <xs:element name="Endpoint"
       type="xs:anyURI"
       minOccurs="0"
       nillable="true"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the TokenIssuer complex type.

Element name

Type

Description

Uri

xs:anyURI [XMLSCHEMA2]

The URI of the STS that issued the security token.

Endpoint

xs:anyURI

The web service endpoint (2) URI.