How to: Enable Authentication in Open Ria Services
To configure the server project
<system.web> <authentication mode="Forms"></authentication> </system.web><RequiresAuthentication()> _ Public Function GetSalesOrderHeaders() As IQueryable(Of SalesOrderHeader) Return Me.ObjectContext.SalesOrderHeaders End Function[RequiresAuthentication()] public IQueryable<SalesOrderHeader> GetSalesOrderHeaders() { return this.ObjectContext.SalesOrderHeaders; }
To configure the authentication service on the client project
See Also
Tasks
Last updated
