Click here to Skip to main content
15,886,791 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Rest web API and I want to secure it.I used OAuth Authentication fot third party but now I dont want to use Oauth aunthentication for my internal applications(Web Application,Android Application,IPhone Application).How I authenticate my Rest Api for internal use??????should I apply IP address check but it sounds not good.Any other ideas.

Thanks in advance :)
Posted
Updated 8-Oct-13 21:24pm
v2

1 solution

I think This Link Will Help you . to solved this

http://www.axway.com/products-solutions/api-management/rest-security
http://codebetter.com/johnvpetersen/2012/04/02/making-your-asp-net-web-apis-secure/
http://jamiekurtz.com/2013/01/14/asp-net-web-api-security-basics/
 
Share this answer
 
Comments
Genius15 10-Oct-13 2:28am    
Thanks for a reply :).I'm stuck at one point.We host our Rest WEB API on server where certicates are installed with same name as Domain of Our API.Now,with transport security in webconfig and other settings my API host on https with help of SSL Certificate and my web API access from outer world application through https;//XXXXXXX.Here the main problem I am facing,when from outer world application access my web API through https:/XXXXXXX they faced a SSL connection error.Is necessary for them to install a same certificate on their side also to make web API call successfull through Https:/XXXXXXX
NOTE:I'm using self signed certificate.Guess same problem I will face when I purchase a SSL certificate too and wihtout SSL settings with simple http://XXXXX request all going good.
Thanks in advance :)

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