Skip to content

Commit dbd2570

Browse files
committed
fix: set auth0_claim_namespace
1 parent 00b676f commit dbd2570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-assets/auth0/dev-tenant/rules/onboardingChecklist.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ function (user, context, callback) {
2121
return callback(null, user, context);
2222
}
2323

24+
global.AUTH0_CLAIM_NAMESPACE = "https://" + configuration.DOMAIN + "/";
25+
2426
const handle = context.idToken[global.AUTH0_CLAIM_NAMESPACE + 'handle'];
2527
console.log("rule:onboarding-checklist: fetch onboarding_checklist for email/handle: ", user.email, handle);
2628

0 commit comments

Comments
 (0)