Knowledge Base

Welcome to The Carlisle Group's Knowledge Base.

Search or Ask a Question

This is a keyword search that looks for matching articles that contain one or more words specifically by a user in articles’ tags, title and content. Admin writes brief intro content here via admin end. If you are unable to find an answer to your issue, please submit an issue here.

Back to Articles List

Registering the SSOProxy SPN in Active Directory | LoanBook

Added: 10/09/2012; Last Modified: 10/09/2012; Visits:1,556

The SSOProxy Server must have the "LBSSOProxy" SPN registered with Active Directory.  If it's not registred, LoanBook clients will have to specify the user of the SSOProxy server in their SPN property.

We will demonstrate how to register the SPN using the Microsoft SetSpn.exe utility.  The serviceclass of the SSOProxy server is LBSSOProxy, the Port property is 9000, and the SSOProxy server is running under the account "domain\mpmadmin",

 

SetSpn.exe syntaxy to add a SPN: setspn -s serviceClass/Host:Port AccountName

To add the necessary SPN for user "mpmadmin" we would do: setspn -s LBSSOProxy/tcgsrv001.domain.com:9000 "domain\mpmadmin"