Try OpenEdge Now
skip to main content
Customization Guide
Single Sign-on for Business Process Server
 

Single Sign-on for Business Process Server

This chapter explains Single Sign-on (SSO) for Progress OpenEdge Business Process Server and it shows you how to use the Connect( ) and GetClientPrincipal( ) methods of the Progress.BPM.UserSession class for an OpenEdge client to log into the Business Process Server using the SSO mechanism.
Before connecting to Business Process Server using the SSO mechanism, you must configure single point of authentication in Business Process Server. Also, you must configure both the single point of authentication and SSO with the same domain for user authentication. For more information on configuring single point of authentication, see the OpenEdge Business Process Server: Business Process Portal Administrator's guide.
* SSO support for Business Process Server
* Domain Management
* Example of OpenEdge client-side code