devtogeek / dotnet-secrets-management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a basic ASP.NET MVC application secured with Auth0.

It is used as the starting-point application for the article: Secrets Management in .NET Applications


Technology

This project uses the following technologies:

Running the Application

To run this project, follow these steps:

  1. Clone this repository (git clone https://github.com/auth0-blog/dotnet-secrets-management)

  2. Register the ASP.NET MVC application with Auth0

  3. Move to the root folder of the project in your machine and edit the appsettings.json configuration file by filling the Auth0 required parameters

  4. In the same folder, run the following command in a terminal window:

    dotnet run
  5. Now, point your browser to https://localhost:5001. You should be able to authenticate and access the application

About


Languages

Language:C# 51.2%Language:HTML 41.4%Language:CSS 6.3%Language:JavaScript 1.1%