1.3 userinfo Properties

These properties represent the mapping of OpenID claims to the corresponding claims available from user details in OBAPI. The parameter is the OpenID claim while it’s value is the corresponding claim available from user details in OBAPI.

Any new parameter and its OBAPI counterpart can be configured by adding in below Table and Category-Id.

Table: DIGX_FW_CONFIG_ALL_B

Category-Id :OAuthUserInfoConfig

Property ID Description Property Value
sub This parameter represents Subject. userName
name This parameter represents User’s name. userName
given_name This parameter represents User’s given name. firstName
family_name This parameter represents User’s family name. lastName
middle_name This parameter represents User’s middle name. middleName
email This parameter represents User’s email. emailId
birthdate This parameter represents User’s date of birth. dateOfBirth
phone_number This parameter represents User’s phone number. phoneNumber
address This parameter represents User’s address. address

* – These values are a part of Day one configurations and are not factory shipped. These values are mandatory and if not provided will result in error.