I’ve recently switched to using a custom domain and impersonation via the auth0 website has broken as a result. It is failing on the issuer, which is referring to the native auth0 domain v. the custom domain, but there is no obvious way to update the issuer. ANy pointers? thanks.
my domain is barberscore.com
. custom domain is login.barberscore.com
. Issuer shows as https://barberscore.auth0.com
when it should be login.barberscore.com
Auth0Error
code: undefined
description: undefined
fileName: undefined
lineNumber: undefined
message: "Auth0 returned error `invalid_token`: Auth0 operation failed"
name: "Error"
number: undefined
payload:
error: "invalid_token"
errorDescription: "Issuer https://barberscore.auth0.com/ is not valid."
__proto__: Object
stack: "Error: Auth0 returned error `invalid_token`: Auth0 operation failed↵ at Auth0Error.EmberError (http://localhost:4200/assets/vendor.js:18145:31)↵ at new Auth0Error (http://localhost:4200/assets/vendor.js:126752:17)↵ at auth0.parseHash (http://localhost:4200/assets/vendor.js:126344:27)↵ at callback (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:118188)↵ at eval (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:118918)↵ at eval (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:119859)↵ at IdTokenVerifier.verify (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:83626)↵ at WebAuth.validateToken (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:119804)↵ at WebAuth.validateAuthenticationResponse (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:118427)↵ at WebAuth.parseHash (webpack://__ember_auto_import__/./node_modules/auth0-js/dist/auth0.min.esm.js?:13:117368)"
__proto__: EmberError