StartPads with SSO

 2 Replies
 0 Subscribed to this topic
 11 Subscribed to this forum
Sort:
Author
Messages
Casey
Basic Member
Posts: 7
Basic Member

I have created some icons in a StartPad that reference the manager and employee self service. 

Unfortunately, it is prompting me for an additional login.  How do I pass the LSO credentials to the shortcut to ess/mss screens?

URL:  "HttpsServer" /lawson/xhrnet/emppersonal.htm. 

Can anyone send me some guidance?

Thank you!

John Henley
Posts: 3362
Use net://auth? before the URL, e.g.:
<code> net://auth?<a href="http://lawson.example.com:80/lawson/xhrnet/emppersonal.htm" target="_blank" rel="nofollow">http://lawson.example.com...rnet/emppersonal.htm</a> </code>
Thanks for using the LawsonGuru.com forums!
John
Casey
Basic Member
Posts: 7
Basic Member
Thanks John, I will try that.

I have tried that in the past but don't think it solved my issue.