plain-train-22535
07/27/2023, 3:32 PM/ui/registration?flow=
which has a continue button that forwards to Google again. I’ve tried adapting the schema but just cannot get it to work…plain-train-22535
07/28/2023, 7:26 AMproud-plumber-24205
07/28/2023, 7:45 AMplain-train-22535
07/28/2023, 7:45 AMplain-train-22535
07/28/2023, 7:47 AMproud-plumber-24205
07/28/2023, 7:47 AMplain-train-22535
07/28/2023, 7:52 AMplain-train-22535
07/28/2023, 7:54 AMplain-train-22535
07/28/2023, 8:06 AMproud-plumber-24205
07/28/2023, 9:00 AMproud-plumber-24205
07/28/2023, 9:01 AMI assume there’s something broken with the identity mapping, but I just have no way to see what’s happeningpossibly, it's something we are working on to make more visible. To debug, make sure that the jsonnet code inside the OIDC provider is correct
proud-plumber-24205
07/28/2023, 9:06 AMlocal claims = std.extVar('claims');
local arrayToString(arr) = std.join(", ", std.map(std.escapeStringJson, arr));
local c = arrayToString(std.objectFieldsAll(claims));
{
identity: {
traits: {
// The email might be empty if the user hasn't granted permissions for the email scope.
email: c,
},
},
}