Invalid Issuer, with a custom domain

Things were working at one point, but since I added a custom domain, I am getting an error with my jwt:
Bearer error=“invalid_token”, error_description=“An error occurred while attempting to decode the Jwt: The iss claim is not valid”, error_uri=“RFC 6750 - The OAuth 2.0 Authorization Framework: Bearer Token Usage

I checked the jwt, and the iss is the same as my custom domain. I setup the proxy from aws cloudfront, my domain is validated. I am able to auth with Auth0, but I get the error on the post back to my api.

What am I missing? Appreciate the help.

ok, we figured it out. We needed our server to have the same issuer. all good.

1 Like

Thanks for following up!