.net core Client doesn't authenticate with IdentityServer v3 - Offset in Audience
问题 Given: IdentityServer v3 JavaSCript Client Asp Core Api Client The JavaScript client authenticates with the identityserver and makes a request with a bearer token to the api the api is configured to use ressource owner workflow Problem: Now I get: Audiences: 'http://localhost/identity/resources'. Did not match: validationParameters.ValidAudience: 'MyApi' or validationParameters.ValidAudiences: 'null' Obiviously Audiance doesn't match. what am I missing? Config ApiClient in Identity server: