Skip to content

Commit

Permalink
Remove old claims setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Sep 8, 2021
1 parent 0dd0a76 commit 5ae2326
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -665,14 +665,6 @@ <h3 class="mb-3">Client Options</h3>
if (_self.useOrgAtLogin) {
options.organization = _self.organization;
}

const claims = {
id_token: {
org_id: { values: [_self.organization] }
}
};

options.claims = JSON.stringify(claims);
}

this.auth0.loginWithRedirect(options);
Expand Down

0 comments on commit 5ae2326

Please sign in to comment.