OData

Create and consume RESTful APIs in a simple and standard way

OData and Authentication – Part 7 – Forms Authentication

Our goal in this post is to re-use the Forms Authentication already in a website to secure a new Data Service. To bootstrap this we need a website that uses Forms Auth. Turns out the MVC Music Store Sample is perfect for our purposes because: It uses Forms Authentication. For example when you purchase an album. It has a Entity ...