Skip to content

Commit

Permalink
Merge pull request #13 from internetee/add-extra-claims
Browse files Browse the repository at this point in the history
Added extra claims
  • Loading branch information
maricavor authored Feb 3, 2025
2 parents 3406e8f + 04d1622 commit b5c5343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openapi/paths/create_identification_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ requestBody:
description: |
The type of claim being made:
- `sub` - Subject - Identifier for the End-User.
- `name` - (optional) End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
- `name` - End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
- `birthdate` - End-User's birthday, represented as an ISO 8601-1 YYYY-MM-DD format.
- `country` - End-User's country code in ISO 3166-1 Alpha-2 format.
example: "sub"
value:
type: string
Expand Down

0 comments on commit b5c5343

Please sign in to comment.