These values update the Okta settings to align with what the ASP.NET Core OIDC middleware expects. Click Edit in the top right corner to update a few values.įirst, change the Login redirect URIs value to and update the Logout redirect URIs value to then click Save. Once complete, you will be redirected to the General tab of the application settings. On the Application Settings screen, give your application a name (I chose “Sample ASP.NET Core 3 OIDC”) and update the Base URIs and Login redirect URIs values to use https and port 5001, then click Done. On the first screen, choose Web as the platform then click the Next button. Once you’ve signed up for a free developer account on Okta, log in to your dashboard and click the Applications menu item, then click the Add Application button. From there, you can run the application and see the base MVC application running. Click Yes and the folder and files will be added for you. vscode folder) that will allow you to easily run the app with a quick press of F5. You should be asked to restore missing components (the.