SecuringAspNetCore6WithOAuth2AndOIDC
SecuringAspNetCore6WithOAuth2AndOIDC copied to clipboard
Fully functioning finished sample code for my Securing ASP.NET Core 6 with OAuth2 and OpenID Connect course
Following the approach in **module 3** after creating the ui with "**dotnet new isui**" the generated Pages-Folder contains an Index.cshtml.cs file with the following content: `using Duende.IdentityServer; using System.Reflection; using...
Should'nt the cancel button take the user back to where the url from where he was redirected to the login page. Currently it is taking back to signin_oidc which should...
Hi Kevin, thanks for your great tutorial. It works fine on the localhost + IIS with Azure implementations. However, when I deployed the IDP on Azure it gives me this...
When I try to startup up Marvin.IDP in Finished Sample there is an exception: Exception thrown: 'Azure.Identity.CredentialUnavailableException' in Azure.Security.KeyVault.Secrets.dll which causes the IDP to shut down immediately