Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey,

I have a website which supports many kind of users based on their roles. That is Sales,Customers etc. I want to make my website to be accessible form other applications. Like if any application want to fetch or send data to my application i should be able to grant them secure accessibility. Please let me know how should i go about it to get the authentication part done. Thanks in advance. Any help would be greatly appreciated.
Posted
Updated 1-Dec-14 23:14pm
v2

It can depend on what your end result will be. If you are talking about users of another application accessing yours in an interactive fashion then since you already have a web app that is fairly easy.

If you are talking about just the other applications needing data, access to functions, or what ever else you application has in a non-interactive way then you should look at exposing the specific methods, data, or actions of your application via API. This way any other app will be able to call your API for specific functions and it gives you tighter control.

You have several options, Web API, WCF, or even plain old Web Services.
 
Share this answer
 
Need implement signle signon concept here
 
Share this answer
 

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