Single Sign On (SSO) with PassagePoint Client AD Authentication

Single Sign On (SSO) with PassagePoint Client AD Authentication

PassagePoint's client authentication can work with AD via the LDAP protocol to provide a seamless Single Sign on (SSO) into passagepoint. This requires the windows user on the passagepoint client to be logged in as a domain user that has rights to the passagepoint group (explained later in doc)

**NOTE*** As of 6402, LDAPS is available with TLS 1.2

Pls see the attached "How To" doc for specifics


To see a user's group, use the command 

net user username /domain







***NOTE***

To bypass SSO, 

 Edit the 'client.bat' file and search for "setlocal" and after this
line paste

"Set NO_AD_LOGIN=1" to disable "AD login";

"Set NO_AD_LOGIN=0" (or remove the line) to enable "AD login" again.