Forum Post: RE: How to implement session service with form sso

Status
Not open for further replies.
W

whenshaw

Guest
You do need to set the Session Settings authenticationModel to Form. Or if you use the progress.data.Session object directly, you need to be sure to set its authenticationModel property to form : mySession.authenticationModel = progress.data.Session.AUTH_TYPE_FORM; If you have a login page in your client app and are using Session Services, you would need to map the user name and password from the login page to the input parameters of the Session Login service. If you use the progress.data.Session object directly, you would need to grab the user name and password values from the login screen and pass them to the session object's login() function. I could take a quick look at your app if you want to send me a backup.

Continue reading...
 
Status
Not open for further replies.
Top