OAuth using OIDC Authentication with PKCE for a .NET Core Console Native Application
damienbod.com
This article shows how to use a .NET Core console application securely with an API using the RFC 7636 specification. The app logs into IdentityServer4 using the OIDC authorization code flow with a …