Asp.net vNext web app authentication -
i'm trying rewrite old mvc1 application vnext app in vs2014. application authenticates against company's active directory. here's bit of background clarify confusion coming from.
i wrote 1 app in mvc4 authenticates following way: 1. vs template had account login post action isvalid method 2. wrote membership provider , registered through web.config 3. when run application isvalid calling override authentication
now i'm in vnext , here's see 1. same account , login method except there's signinmanager , user manager passed it. i'm yet see it's coming exactly. suspect it's through startup.cs 2. see isvalid replaced passwordsigninasync think need override login user.
here's question how make passwordsigninasync authenticate our ad? can go solo , ignore framework make work i'm sure there's easy way , i'm missing understanding of how plumbing works in vnext. appreciate in right direction.
it sounds have default implementation of asp.net identity setup, want use active directory rather individual accounts.
see following walkthrough: on-premises organizational authentication
Comments
Post a Comment