---
title: Core contract attributes
description: The following are the core contract attributes for the Microsoft IdP Adapter.
component: microsoft-login
page_id: microsoft-login:setup:pf_microsoft_login_ik_core_contract_attributes
canonical_url: https://docs.pingidentity.com/integrations/microsoft-login/setup/pf_microsoft_login_ik_core_contract_attributes.html
revdate: September 2, 2025
---

# Core contract attributes

The following are the core contract attributes for the Microsoft IdP Adapter.

| Attribute           | Details                                                                                                           |
| ------------------- | ----------------------------------------------------------------------------------------------------------------- |
| `businessPhones`    | The user's business phone number.                                                                                 |
| `displayName`       | The user's full name.                                                                                             |
| `givenName`         | The user's first name.                                                                                            |
| `id`                | The user's Microsoft user ID.                                                                                     |
| `jobTitle`          | The user's job title.                                                                                             |
| `mail`              | The user's email address.                                                                                         |
| `mobilePhone`       | The user's mobile phone number.                                                                                   |
| `officeLocation`    | The company office location.                                                                                      |
| `preferredLanguage` | Preferred language configured on Microsoft.                                                                       |
| `surname`           | The user's last name.                                                                                             |
| `userPrincipalName` | The user's principal name from Microsoft.                                                                         |
| `idToken`           | A JWT from Microsoft that's used in authentication.                                                               |
| `accessToken`       | A JWT from Microsoft that's used in authorization.                                                                |
| `tenantId`          | A header claim encoded in the `idToken` JWT that lists which tenant the user is authenticating to during sign-on. |
