Skip to content

sughosneo/AzureADAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureADAuth

Azure AD authentication related sample.

Prerequisite :

  • dotnet core 3.1
  • Visual Studio or VSCode or Dotnet Cli
  • Azure subscriptions
  • Postman

Application Facts :

  • There are 2 components in this solution :

    • Prodocut.API (custom api component)
    • Product.Web.UI (web ui component)
  • Technology used - dotnet core 3.1

  • Urls :

  • Configurations are kept under appsettings.json.

  • Keys are exposed considering it as demo app.But it's not advisable for production purpose.

How to run ?

  • Clone the repository.
  • If you are using Visual Studio, set the solution config for running multiple project at once.

config

  • You can also run individual project as well.

  • Make necessary configuration in Azure following this article

  • Open the solution in Visual Studio and hit F5

  • If everything goes fine. You should see below output.

Success

  • or else you should see respective error message in your browser itself. For e.g :

Error

Releases

No releases published

Packages

No packages published