Why use e.g. givenName not given_name as MobileConnect and OIDC define it #158
AxelNennker
started this conversation in
General
Replies: 1 comment
-
The use of camelCase for attributes was agreed by Commonalities for all CAMARA APIs at the beginning of the project. It is not something specific for KYC, it is in the API Design Guidelines |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OIDC and MobileConnect define claims.
OIDC defines standard claims and how to retrieve userinfo in https://openid.net/specs/openid-connect-core-1_0.html#Claims
The OIDF WG on eKYC Identity Assurance relies on OIDC claims.
Why does CAMARA KYC use different name for the attributes/claims?
e.g. why use givenName when both OIDC and MobileConnect use given_name?
Should CAMARA use the "standard" claims? And add its own if needed?
Beta Was this translation helpful? Give feedback.
All reactions