Reputation: 1293
I need some suggestions on how to secure REST APIs and web based internal system using a single authentication system.
I am looking into the possibility of using:
Upvotes: 2
Views: 5850
Reputation: 2699
I assume you have a UI for your webapp and want to share your identity between your webapp and your web service. You can achieve that by :
Upvotes: 4
Reputation: 11943
Here are a few suggestions in how to secure REST APIs. They are related to iPhones but they are generally applicable to client/server REST API implementations. Without more information I don't know how applicable they are, but they might help you out a bit:
Security When Using REST API in an iPhone Application
https://stackoverflow.com/questions/15390354/api-key-alternative/15390892#15390892
Upvotes: 0