Skip to content

HGV/dotnet-oidc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Secure an ASP.NET Core application using OIDC

This repo demonstrates how you can use OIDC with ASP.NET Core apps. This app is not for production use and serves as an example of integration.

Develop

Prerequisites

  1. Create an OAuth2 client

  2. Set the ID and secret of the created client in appsettings.json:

    {
        "OpenIdConnect": {
            "ClientId": "",
            "ClientSecret": ""
        }
    }

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published