function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark81Mark81 

Single Sign On

Hey,

 

My project is currently in that analysis phase of building a PeopleSoft system.  There is another project within the company to deploy SFDC (which should go live sometime in the next few weeks).  One of our requirements is that our sales people be able to log in to SFDC then essentially click on a link that takes them to the PeopleSoft application (it in turn generates a quote for the sales person).  We donâ¬?t want the user to have to re-log in to the PeopleSoft application.  Is there any way to accomplish this?  Or an easy and secure way to pass the SFDC credentials to the PeopleSoft application?  Does SFDC support any single sing on applications such as RSA ClearTrust, RSA Federated Identity Manager, IBM's Tivoli Access Manager WebSEAL, Entrust GetAccess, or Netegrity SiteMinder?

 

If anyone has done something similar to what I�m describing I�d love to hear how you handled this problem.

 

Thanks,

 

Mark

adamgadamg
Hi Mark:

Its pretty straightforward to pass credientials to peoplesoft and have that app verify the user via sforce - getting the user to be authenticated to peoplesoft is potentially a different story.

Is the model here that you have an app server in front of peoplesoft where you will build this new code? Any other details about the architecture you can share?