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.







    • Related Articles

    • SSO Client authentication with Groups

      See KB article on how to configure Single Sign On (SSO) with PassagePoint Client AD Authentication https://support.stopware.com/portal/en/kb/articles/pasagepoint-client-ad-authentication To configure Single Sign On (SSO) with Groups PassagePoint must ...
    • SSO setup with IIS

      Prerequisites 1) This document assumes you've laready setup passagepoint with IIS. if not, pls review here and set up IIS with passagepoint first: https://support.stopware.com/portal/en/kb/articles/iis-setup-with-passagepoint 2) LDAP directory Link ...
    • IIS/passagepoint SSO integration Troubleshooting steps

      PassagePoint uses IIS windows authentication via NTLM for SSO into PassagePoint 1) Receiving 404, page not found or page not loading at all a) Disable URL rewrite double click on URL rewrite click on the rule, then hit Disable rule b) Test IIS by ...
    • How to repoint a PassagePoint client to an entirely different PassagePoint server

      Pls note. this is to repoint a passagepoint client to a completely different passagepoint server. If you've move the passagepoint server, and need to repoint the client, use this link instead. ...
    • Using windows authentication for SQL server

      To use Windows Authentication,  add service account to "PassagePoint Server" services The account used to start the passagepoint service is the account used to connect to SQL server The SQL context file will need to contain the following string: ...