diff --git a/website/content/docs/auth/jwt/oidc-providers/azuread.mdx b/website/content/docs/auth/jwt/oidc-providers/azuread.mdx index 587bce5154f9..36bf16a248ee 100644 --- a/website/content/docs/auth/jwt/oidc-providers/azuread.mdx +++ b/website/content/docs/auth/jwt/oidc-providers/azuread.mdx @@ -127,7 +127,7 @@ To set the proper permissions on the Azure app: 1. Add a permission 1. Select "Microsoft Graph" 1. Select "Delegated permissions" -1. Add the [User.Read](https://learn.microsoft.com/en-us/graph/permissions-reference#delegated-permissions-86) permission +1. Add the [User.Read](https://learn.microsoft.com/en-us/graph/permissions-reference#delegated-permissions-93) permission 1. Check the "Grant admin consent for Default Directory" checkbox 1. Configure the OIDC auth method in Vault by setting `"provider_config"` to Azure. ```shell