AddInMemoryClients results in Unknown client or not enabled
问题 I'm trying to get Identity server 4 to work in an ASP Net Core 3 application with an Angular 8 SPA using "oidc-client": "1.10.1" . If I add the following to my appsettings.json "IdentityServer": { "Key": { "Type": "File", "FilePath": "acertificate.pfx", "Password": "notmyrealpassword..orisit?" }, "Clients": { "dev-client": { "Profile": "IdentityServerSPA", } } } Using this client: { authority: 'https://localhost:5001/', client_id: 'dev-client', redirect_uri: 'http://localhost:4200/auth