I'm trying to integrate an ASP .NET Core client web app with Keycloak using the .NET Core native OIDC Support.
For this I'm using a sample project available in the IdentityServer Github repo [1]. IdentityServer is an OIDC Auth Server/Framework implementation for .NET platform.
I forked that sample repo and changed the configuration to use the Keycloak OIDC endpoints.