fast-eve-41839
08/30/2024, 2:26 PM/login/error?id=cd7b4d52-cb5d-45c2-97fc-7fcf6b711c66
is it possible to get a reason for why?fast-eve-41839
08/30/2024, 2:26 PM4ad77ed3-ea96-4eee-868b-e782413508bb
bland-eye-99092
08/30/2024, 2:30 PM"message": "jsonnetsecure: ERROR: RUNTIME ERROR: Field does not exist: family_name\n\t<https://storage.googleapis.com/bac-gcs-production/[omitted].jsonnet:9:46-64>\tobject <anonymous>\n\tField \"displayName\"\t\n\tField \"traits\"\t\n\tField \"identity\"\t\n\tDuring manifestation\t\n",
This was the error.
You seem to have a misconfiguration on your Error UI URL, the path shouldn't be /login/error
, but /ui/error
.fast-eve-41839
08/30/2024, 2:39 PMfamily_name
not a standard attribute in Google for SSO? We’ve seen this error very rarely. Is it possible to do a fallback to prevent this from erroring?fast-eve-41839
08/30/2024, 2:39 PMYou seem to have a misconfiguration on your Error UI URL, the path shouldn’t beWe have a custom ui, is it still a problem?, but/login/error
./ui/error
fast-eve-41839
08/30/2024, 2:39 PMbland-eye-99092
08/30/2024, 2:40 PMfast-eve-41839
08/30/2024, 2:55 PMemail
/ profile
and they can’t unselect. Anyways I changed it to
displayName: if 'given_name' in claims then claims.given_name + ' ' else '' + if 'family_name' in claims then claims.family_name else '',
Seems to work.