mirror of
https://github.com/paralus/paralus.git
synced 2026-05-09 01:46:57 +00:00
10 lines
109 B
Jsonnet
10 lines
109 B
Jsonnet
local claims = std.extVar('claims');
|
|
|
|
{
|
|
identity: {
|
|
traits: {
|
|
email: claims.email,
|
|
},
|
|
},
|
|
}
|