Getting Scope Validating error in Identity Server 4 using JavaScript Client in asp.net core
While your client (application) is configured or allowed to request the openid resource (or scope), your identity server is not configured for the openid identity resource You need to add it as an identity resource similar to how its done here and have a method that returns all your identity resources that you want to … Read more