active directory - Is Microsoft.Owin.Security.ActiveDirectory for making Owin auth middleware that uses AD? -
i'm trying understand purpose of microsoft.owin.security.activedirectory
, can't seem find documentation, tests, or much in way of articles.
what package for? trying use create middlewear authenticates against active directory , can't seem trace through parameters useactivedirectoryfederationservicesbearerauthentication
nor how use them point @ own ad server.
what's going on package?
an answer my codeplex issue
that package works azure active directory (aad) , active directory federation services (adfs) via wsfederation. don't have support ldap, 3rd parties may. here's 1 example: https://auth0.com/authenticate/aspnet-owin/active-directory
contributions new auth middleware best directed here: https://github.com/owin-middleware
still nothing on how use or when though.
Comments
Post a Comment