Skip to content

Commit 6e3e353

Browse files
author
sachin-maheshwari
authored
Merge pull request #292 from rakibansary/feat/social-login
fix: set auth0_claim_namespace
2 parents 4aae1fd + dbd2570 commit 6e3e353

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)