docs/oidc: fixes Azure user.read permission link (#20079)

This commit is contained in:
Austin Gebauer 2023-04-11 11:34:38 -07:00 committed by GitHub
parent 4b843dc7a5
commit 45d960ff91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ To set the proper permissions on the Azure app:
1. Add a permission 1. Add a permission
1. Select "Microsoft Graph" 1. Select "Microsoft Graph"
1. Select "Delegated permissions" 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. Check the "Grant admin consent for Default Directory" checkbox
1. Configure the OIDC auth method in Vault by setting `"provider_config"` to Azure. 1. Configure the OIDC auth method in Vault by setting `"provider_config"` to Azure.
```shell ```shell