C#C
C#3y ago
balloman

❔ Audience is invalid error

I'm trying to use JWT authentication with .NET Core 7. I've created a jwt token, but when I try to use it for my server, I get the error: Bearer error="invalid_token", error_description="The audience 'backend' is invalid"
Was this page helpful?