Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to integrate Asp.Net 5.0 with Active Directory?

$
0
0

I'm building intranet application where I need to use Active Directory to authenticate users. In previous version I would use bearer tokens for that:

public static void ConfigureAuth(IAppBuilder app)
        {
            app.UseOAuthBearerTokens(OAuthOptions);
        }

But  IAppBuilder was replaced with IApplicationBuilder which doesn't contain UseOAuthBearerTokens.

Any help much appreciated, as I'm stuck with this for few days now.


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>