I got a solution with several projects (domain model, data access using EF, service implementations, etc) and consume these in a MVC project.

The authentication/authorization project uses forms authentication.

I need (it's a test kind of) to add a WPF project (hardly ever used it, plan to figure out the basics as I go along) that does the same thing as the web (mvc) app and use the same services, etc.

Will I be able to use th forms authentication service in the WPF project, or what? ( I hardly can recall a thing since I last did desktop apps).