tnicolaysen / ConfigRemedy

1 stars 0 forks source link

Support OWIN authentication #8

Open evgenyb opened 10 years ago

evgenyb commented 10 years ago

Windows Authentication

As a user of the Configuratron Given that it's installed in intranet with active directory I should be able to get access to the system with my windows identity So I don't need to type my user and password

SSO - Gmail, Facebook, Twitter

As a user of the Configuratron I should be able to get access to the system with my gmail/facebook/twitter etc... accounts

Since OWIN pipeline becomes the default, we should consider to use Katana for authentication.

tnicolaysen commented 10 years ago

Good idea! We need to learn about OAuth 2, I think. Saw a great talk on NDC this year about these things. Here's a potential relevant article from MS: http://msdn.microsoft.com/en-us/library/dn633593.aspx

evgenyb commented 10 years ago

Here is good Pluralsight course on the subject. I think this is the same guy that did a talk at NDC.