Audience is invalid error

Problem statement: Why am I receiving an error “The audience is invalid”?

Solution: Typically, this error is due to the fact that the audience param as defined in your authorization config (SDK, request, etc.) does not match an audience (identifier) that has been registered in Auth0. These can be viewed by navigating to https://manage.auth0.com/?#/apis when logged in to your Auth0 Dashboard.

Reference Materials :books: :

1 Like