From 8e60792d961891e012066d5a12dbdeb3011e8ca5 Mon Sep 17 00:00:00 2001 From: mathieulongtin <617359+mathieulongtin@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:21:22 -0400 Subject: [PATCH] azureblob,azurefile: fix documentation about federated identity --- docs/content/azureblob.md | 8 ++++---- docs/content/azurefiles.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index b517c8795..e34ed5fcb 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -356,18 +356,18 @@ be explicitly specified using exactly one of the `msi_object_id`, If none of `msi_object_id`, `msi_client_id`, or `msi_mi_res_id` is set, this is is equivalent to using `env_auth`. -#### Fedrated Identity Credentials +#### Federated Identity Credentials -If these variables are set, rclone will authenticate with fedrated identity. +If these variables are set, rclone will authenticate with federated identity. -- `tenant_id`: tenant_id to authenticate in storage +- `tenant`: tenant ID of of the storage - `client_id`: client ID of the application the user will authenticate to storage - `msi_client_id`: managed identity client ID of the application the user will authenticate to By default "api://AzureADTokenExchange" is used as scope for token retrieval over MSI. This token is then exchanged for actual storage token using -'tenant_id' and 'client_id'. +'tenant' and 'client_id'. #### Azure CLI tool `az` {#use_az} diff --git a/docs/content/azurefiles.md b/docs/content/azurefiles.md index f39576e8c..81e120cb4 100644 --- a/docs/content/azurefiles.md +++ b/docs/content/azurefiles.md @@ -327,18 +327,18 @@ be explicitly specified using exactly one of the `msi_object_id`, If none of `msi_object_id`, `msi_client_id`, or `msi_mi_res_id` is set, this is is equivalent to using `env_auth`. -#### Fedrated Identity Credentials +#### Federated Identity Credentials -If these variables are set, rclone will authenticate with fedrated identity. +If these variables are set, rclone will authenticate with federated identity. -- `tenant_id`: tenant_id to authenticate in storage +- `tenant`: tenant ID of of the storage - `client_id`: client ID of the application the user will authenticate to storage - `msi_client_id`: managed identity client ID of the application the user will authenticate to By default "api://AzureADTokenExchange" is used as scope for token retrieval -over MSI. This token is then exchanged for actual storage token using 'tenant_id' -and 'client_id'. +over MSI. This token is then exchanged for actual storage token using +'tenant' and 'client_id'. #### Azure CLI tool `az` {#use_az}