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
kiranmutturukiranmutturu 

SSO related

how can i use SSO?

 

we are planning to create a java based application. we are considering 2 approaches. So please guide me which is possible and best.

 

1. Logging in to that external application through salesforce

2. Logging in to salesforce from that application.

 

Info:  both the application users are same. External application is going to be built on JAVA with external database(data will not be there in force.com database). Simply it needs the same salesforce user login to enter in to that ext app but i need to send some user info(i.e. if i used scenario1 from above). Based on that they will populate the data in that external application

2. may be i can use SSO in the second scenario.

 

Please guide me the best and possible way to implement..