Hello everyone,
I am trying to make a GET API Request to my server using a Token and I am getting following Error
WWW-Authenticate: Bearer error=“invalid_token”, error_description=“An error occurred while attempting to decode the Jwt: This aud claim is not equal to the configured aud
ience”, error_uri=“RFC 6750 - The OAuth 2.0 Authorization Framework: Bearer Token Usage”
any Idea ?
I am using following reqest
curl -i http://localhost:8081/hello-oauth -H “Accept: application/json” -H “Authorization: Bearer TOKEN”
