I am not sure, but I can’t get AUTH0 to work stably. Always, I get some strange errors and it takes hours to troubleshoot. Today, I suddenly started to get the following issue.
www-authenticate:Bearer realm=“Users”, error=“invalid_token”, error_description=“The access token signature could not be validated. A common cause of this is requesting multiple audiences for an access token signed with HS256, as that signature scheme requires only a single recipient for its security. Please change your API to employ RS256 if you wish to have multiple audiences for your access tokens”
x-auth0-requestid:a14ff0c522da7946d3be
I have changed tp HS256 and back, no result.