proud-waitress-91975
08/24/2022, 6:11 PMfield does not exist: ssn . How can I solve this issue? Here is my current jsonnet:
local claims = std.extVar('claims');
{
identity: {
traits: {
ssn: claims.ssn
},
},
}proud-waitress-91975
08/24/2022, 7:11 PMplain-lunch-50969
08/24/2022, 8:28 PMssn exist in the claims? You can print the claims to see what's in there. Use std.trace(str, rest). https://jsonnet.org/ref/stdlib.html.plain-lunch-50969
08/24/2022, 8:30 PMproud-waitress-91975
08/25/2022, 8:36 AMproud-waitress-91975
08/25/2022, 8:39 AMproud-waitress-91975
08/25/2022, 8:45 AMplain-lunch-50969
08/25/2022, 6:16 PMplain-lunch-50969
08/25/2022, 6:17 PMssn scope you need to request.plain-lunch-50969
08/25/2022, 6:17 PMscopes stanza in your kratos.conf.plain-lunch-50969
08/25/2022, 6:18 PMproud-waitress-91975
08/26/2022, 12:53 PM