Access token doesn't contain 'sub' claim in access token after call to RequestClientCredentialsTokenAsync
I have set up a solution with the following three assets: an ASP.NET MVC Core Application an ASP.NET Core Web API an IdentityServer4 host Currently, authentication works: if I try to access a protected resource in the MVC app, it…