docs/oidc: fixes Azure user.read permission link (#20079)
This commit is contained in:
parent
7e48d06e20
commit
787c5971ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue