This is a simple example for getting sign-on working with Okta and OIDC in ASP.NET Core 3.0.
Clone the GitHub repository:
git clone https://github.com/oktadeveloper/okta-aspnet-core-3-oidc-example.git
Open the project in Visual Studio Code:
cd okta-aspnet-core-3-oidc-example
code .
You may need to add the .vscode
folder (VS Code should ask you when you open it).
Press F5 to run the project.
Place comments or questions in the comments section of the blog post.