You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen here, the Apple OIDC provider stores the Apple-provided "first name" in the "family_name" claim, but the "family_name" claim is for the "last name":
Preflight checklist
Ory Network Project
No response
Describe the bug
As can be seen here, the Apple OIDC provider stores the Apple-provided "first name" in the "family_name" claim, but the "family_name" claim is for the "last name":
https://github.com/ory/kratos/blob/95dc7a20f49aa682f324b70e507ec56c20159ebb/selfservice/strategy/oidc/provider_apple.go#L142C1-L144C6
E.g. the Patreon provider does it right.
Reproducing the bug
Write a OIDC data mapper that uses family_name, it contains the first name.
Relevant log output
No response
Relevant configuration
No response
Version
HEAD
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: