Skip to content

Instantly share code, notes, and snippets.

@mcfearsome
Created August 15, 2022 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcfearsome/ef5386a2bf7f955e59ab1eb4225c804d to your computer and use it in GitHub Desktop.
Save mcfearsome/ef5386a2bf7f955e59ab1eb4225c804d to your computer and use it in GitHub Desktop.
local claims = std.extVar('claims');
{
identity: {
traits: {
email: claims.email
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment