singleSignOn Element (Compact 2013)
3/26/2014
This element specifies single sign-on (SSO) network configuration information.
This element is optional. Only use the singleSignOn
element in a profile if the network requires it.
Syntax
<xs:element name="singleSignOn">
<xs:complexType>
<xs:sequence>
<xs:element name="type"
minOccurs="1"
>
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="preLogon"
/>
<xs:enumeration
value="postLogon"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="maxDelay"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction
base="integer"
>
<xs:enumeration
value="0"
/>
<xs:enumeration
value="120"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="userBasedVirtualLan"
type="boolean"
minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
Element |
Specifies, in seconds, the maximum delay before the single sign-on connection attempt fails |
|
Element |
Specifies when single sign-on is performed. When set to preLogon, single sign-on is performed before the user logs on. When set to postLogon, single sign-on is performed immediately after the user logs on |
|
Boolean |
Specifies if the virtual LAN (VLAN) used by the device changes based on the user's credentials |
Remarks
The singleSignOn
element is defined by the OneX Element element.
See Also
Reference
Profile XML Schema Elements
OneX Element
Profile XML Schema Reference