Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Wireless Networking
Native Wifi
Profile XML Schema
OneX Schema
 singleSignOn (OneX) Element
singleSignOn Element

The singleSignOn (OneX) element specifies single sign-on (SSO) network configuration information.

This element is optional. Do not use the singleSignOn element in a profile if the network does not require it.

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2:  This element will be ignored if it is present in a profile.
<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>

The singleSignOn element is defined by the OneX element.

Child Elements

ElementTypeDescription
maxDelay

Specifies, in seconds, the maximum delay before the single sign-on connection attempt fails.

type

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.

userBasedVirtualLan boolean

Specifies if the virtual LAN (VLAN) used by the device changes based on the user's credentials.

Remarks

This parameter can be set at the command line using the netsh wlan set profileparameter command. For more information, see Netsh Commands for Wireless Local Area Network (wlan).

Requirements

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008

See Also

Definition context of element in schema
OneX

 

Possible immediate parent element in schema instance
OneX

 

 

Send comments about this topic to Microsoft

Build date: 1/28/2010

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker