Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have the requirement like to do sales force authentication from ASP.Net MVC5 web login form using SAML or OAuth protocol

work flow is like:
1.stored user salesforce credentials in SQL db Login table.

2.In Asp.net MVC Login page(User created):
user will give his salesforce credentials and click on submit button.credentails are cross verified with SQL table values,If he is a valid user,it will redirect to other asp.net web page.

3.In this web page, I will provide sales force icon.now user click on this icon,
then user should be redirected to sales force home page without login again from salesforce official login page.

I done the first thing. but struggling for doing second thing.

can one help me??

thanks in advance.
Posted
Updated 11-Dec-15 2:40am
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900