element <kerberos> (local)
Namespace:
Type:
xsd:int
Content:
simple
Defined:
locally within identityType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<kerberos>
   
Content: 
{ xsd:int }
</kerberos>
Included in content model of elements (1):
identity
Annotation
This element specifies the identity of the sender of the message in the form of a Kerberos AP request: <br/> <br/> <b> {servicePrincipalName, [{Uk, Kx3, {A/Y, g}}Kh ]Kp , {T}Kx3, otherKerberosStuff } </b> <br/> <br/> which is easily transformed into: <dl> <dt><b>userId</b></dt> <dd> The user on whose behalf this message is being sent. The user can be an actual user, or an identity representing an arbitrary user account. This value is extractable as a Passport Unique ID (PUID). </dd> <dt><b>appAndPlatformId</b></dt> <dd> The PUID that represents the licenses granted to an application, and a platform on which the application runs. </dd> </dl>
XML Source (see within schema source)
<xsd:element name="kerberos" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
This element specifies the identity of the sender of the message in the form
of a Kerberos AP request:
<br/>
<br/>
<b>
{servicePrincipalName, [{Uk, Kx3, {A/Y, g}}Kh ]Kp , {T}Kx3, otherKerberosStuff }
</b>
<br/>
<br/>
which is easily transformed into:
<dl>
<dt>
<b>userId</b>
</dt>
<dd>
The user on whose behalf this message is being sent. The user can be
an actual user, or an identity representing an arbitrary user account.
This value is extractable as a Passport Unique ID (PUID).
</dd>
<dt>
<b>appAndPlatformId</b>
</dt>
<dd>
The PUID that represents the licenses granted to an application, and a platform
on which the application runs.
</dd>
</dl>
</xsd:documentation>
</xsd:annotation>
</xsd:element>