Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com>
  • Loading branch information
wasaga and kenjenkins authored Dec 10, 2024
1 parent 5735160 commit 3c2ca89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/identity-providers/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You will use the [**Group ID**](https://docs.microsoft.com/en-us/graph/api/group

:::note

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`.
We recommend using the v2.0 access token format, which you can request by setting the application manifest [`accessTokenAcceptedVersion`](https://learn.microsoft.com/en-us/entra/identity-platform/reference-app-manifest#accesstokenacceptedversion-attribute) attribute 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) in your `azuread_application`.

:::

Expand Down

0 comments on commit 3c2ca89

Please sign in to comment.