Quantcast
Channel: Azure Management Portal forum
Viewing all articles
Browse latest Browse all 4189

AZURE AD Authentication in .Net Core

$
0
0

     

I am trying to configure AZURE AD forauthentication/authorization, but it gives me 404. It does not prompt me to Login.

I have following configurations in "StartUp"

ConfigureServices

 services.AddAuthentication(AzureADDefaults.BearerAuthenticationScheme)                                                                      .AddAzureADBearer(options => Configuration.Bind("AzureAd", options));

Configure

   app.UseAuthentication();

   app.UseRouting();   

   app.UseAuthorization();




Viewing all articles
Browse latest Browse all 4189

Trending Articles



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