Created
August 15, 2022 11:24
-
-
Save mcfearsome/ef5386a2bf7f955e59ab1eb4225c804d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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