limited-computer-64782
01/26/2023, 6:35 PMswift-chef-97535
01/26/2023, 6:37 PMlimited-computer-64782
01/26/2023, 6:43 PMlimited-computer-64782
01/26/2023, 7:21 PMswift-chef-97535
01/26/2023, 8:43 PMlimited-computer-64782
01/26/2023, 10:00 PMproud-plumber-24205
01/27/2023, 9:03 AMwonderful-lamp-2357
01/27/2023, 11:04 AMhd
claim mentioned in the green note at the end of the doc. Maybe that’s something you could investigate when troubleshooting?
https://www.ory.sh/docs/kratos/social-signin/googlelimited-computer-64782
01/27/2023, 6:56 PMhd
value being set as I expect in the network traffic. I also tried updating the yaml config to set the hd
claim to essential but that didn't resolve the issueboundless-insurance-60355
01/28/2023, 6:43 PMhd
the default quickstart schema sets a property called additionalProperties: false
which…i think because the default schema doesnt explicitly define an hd
property, is just by default rejecting it because of this property…do you have this prop set in your schema too? I’m stuck here as well, going to try and remove the hd
claim from my jsonnet next
EDIT: yup removing the hd
from my jsonnet fixed things, now, would love to know the best way to store the hd
since it only applies to the google signin and wouldnt want to muddy up my schema 🤔limited-computer-64782
01/31/2023, 8:29 PMhd
property from my jsonnet as well and now it works!limited-computer-64782
01/31/2023, 8:30 PMhd
in the property mapping jsonnet but don't include hd
in your identity schema, then this issue happens for (any?) google workspace login but not login with a "normal" Google accountlimited-computer-64782
01/31/2023, 9:02 PM[if 'hd' in claims && claims.email_verified then 'hd' else null]: claims.hd,
It would be useful to point out that the identity schema needs to include an hd
property or perhaps change the additionalProperties
value or else Google Workspace sign-ups may experience issues