Get detailed information about a customers identity. This is used to construct ID tokens. Data in the response will only be shared to clients if the client requested the appropriate claim or scope. For details on how the values are used by clients, refer to the Open ID Connect standard claims
The Fiskil Data Provider will include a self-signed JWT as a Bearer token in the Authorization header.
You should verify this JWT using the JWKS URL you can find for your Data Provider instance in the Fiskil
Console. To verify the JWT you must:
exp claimsub and iss claims are your data provider subdomainaud claim is the URI of the resource being requested (excluding any query parameters)jti value is unique
For further detail on security and authentication refer to our Authentication documentationID of a customer
Map of identifying details for the customer
ID of the customer.
The customer's contact email address
A flag indicating that some verification has been done to prove the customer owns the email
The customer's family name
The customer's given name (or names)
A descriptive name for the customer that is suitable for display in user interfaces
Customer's preferred telephone number in E.164 format e.g. +614123456789. For details of the E.164 format see https://www.itu.int/rec/T-REC-E.164/en.
A flag indicating that some verification has been done to prove the customer owns the phone number
An RFC3339 timestamp for when the customer information was most recently set
The customer's physical address. Return only as much information as you have available. Refer to the Open ID address claim for details on each field.