Skip to content

Commit 5735160

Browse files
authored
oidc/azure: add a note to get v2 tokens
Adds a note to obtain V2 tokens in Microsoft Entra.
1 parent 4436797 commit 5735160

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/identity-providers/azure.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ You will use the [**Group ID**](https://docs.microsoft.com/en-us/graph/api/group
9090

9191
:::
9292

93+
:::note
94+
95+
Pomerium uses v2.0 Entra Access Token, make sure your application manifest has [`accessTokenAcceptedVersion`](https://learn.microsoft.com/en-us/entra/identity-platform/reference-app-manifest#accesstokenacceptedversion-attribute) set to `2`. If you use Terraform to configure your Entra application, set [`requested_access_token_version = 2`](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/application.html#requested_access_token_version-1) of an `azuread_application`.
96+
97+
:::
98+
9399
1. From the **App registrations** page, select **API permissions**:
94100

95101
- Select **+ Add a permission**, then **Microsoft Graph API**

0 commit comments

Comments
 (0)