You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 41 Next »

xx


Supported scopes and claims

The Userinfo endpoint supports an additional set of claims about the end user beyond the basic set of claims included in the ID Token. The set of additional claims returned via Userinfo depends on the scopes requested by the OIDC Client. Four different configurations are supported as suggested by the below table, corresponding to the standard scopes emailphone and  address and the non-standard scope nnin

Note that the basic set of claims about the end user from the ID Token are duplicated in the Userinfo response. Such duplicated claims are not shown in the table. The standard claims sub and updated_at are always returned in the Userinfo response.

Supported claims are marked (tick) wheras  (warning)  indicates future support. Claims that require consent from the end user are marked (thumbs up)Non-standard claims are marked (info) and are specific for the OIDC Provider from BankID.  See a separate list of unsupported standard claims. 

ClaimSupportExampleDescriptionCommentEditorial comment
sub(tick)9578-5999-4-1765512Subject Identifier  
updated_at(warning)1468582440Update timeEpoc time of latest update of any data element behind any of the supported claimsMust be added
Email ( scope = email )
email(warning) (thumbs up) Preferred email Must be added
email_verified(warning) Email verification status Must be added
Phone ( scope = phone )
phone_number(tick) (thumbs up)95871775Preferred phone numer  
phone_number_verified(tick)falsePhone number verification statusDepending on the source for the number. Numbers for BankID on Mobile are regarded as verified.Numbers from other sources may also be regarded verified.
all_phone_numbers(info) {{"number":"95871775","number_verified":false},{"number":"46897469","number_verified":false},{"number":"94782958","number_verified":false}}All phone numbers with verification status  
Address ( scope = address )
address(tick) (thumbs up){ "formatted": "Lybekkveien 11C\n0772 Oslo\nNorway", "country": "Norway", "street_address": "Lybekkveien 11C", "postal_code": "0772", "locality": "Oslo", "house_number": "11", "house_letter": "C", "street_name": "Lybekkveien" }Postal addressStandardized claim with both standardized and non-standard sub-claims 
address.formatted(tick)Lybekkveien 11C\n0772 Oslo\nNorwayFull mailing address  
address.street_address(tick)Lybekkveien 11CFull street address  
address.locality(tick)OsloCity or locality  
address.postal_code(tick)0772Postal code  
address.country(tick)NorwayCountry  
address.street_name(info) Lybekkveien

 Street name component from street_address

 To be reviewed
address.house_numer(info) 11House number component from street_address To be reviewed
address.house_letter(info) CHouse letter component from street_address To be reviewed
National Identity Number ( scope = nnin )
nnin(info) (thumbs up)181266*****Norwegian National Identity Number (fødselsnummer)  

  Characteristics of associated Access Token

 

  • No labels