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

Compare with Current View Page History

« Previous Version 36 Next »

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 from the ID Token are duplicated in the Userinfo response. Such duplicated claims are not shown in the table. The 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 IdentifierDuplicated from ID Token 
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 status  
all_phone_numbers(info) {{"number":"95871775","number_verified":false},{"number":"46897469","number_verified":false},{"number":"94782958","number_verified":false}}   
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 
formatted(tick)Lybekkveien 11C\n0772 Oslo\nNorwayFull mailing address  
street_address(tick)Lybekkveien 11CFull street address  
locality(tick)OsloCity or locality  
region(error) Region  
postal_code(tick)0772Postal code  
country(tick)NorwayCountry  
street_name(info) Lybekkveien

 Street name component from street_address

 To be reviewed
house_numer(info) 11House number component from street_address To be reviewed
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)  

  

 

  • No labels