Paolo ponzano - 481 - Feb 20, 2014

I’ve a request…it’s possible to have an ASP.Net Authentication provider that works with an existing ASP.NET website? I mean that uses Sliding Period for expiration and it’s based on out of the box?

ServiceStack’s Authentication providers are completely decoupled from ASP.NET’s authentication and we don’t provide integration with ASP.NET authentication ourselves. 
This post provides good walkthrough for extending and providing your own custom authentication provider:
http://enehana.nohea.com/general/customizing-iauthprovider-for-servicestack-net-step-by-step/

Wayne Brantley:

Paolo, what you want is easily achievable.  I previously posted the code to stackoverlfow here.  http://stackoverflow.com/posts/21468086/revisions  Hoping Demis gets around to including basic hook ups like this one day.  Unfortunately most of us already have authentication and authorization existing and cannot use his native ones…