From 4237358ac3ebc5ae1c2359c71f1562bd03112f69 Mon Sep 17 00:00:00 2001 From: Michael Niksa Date: Sun, 27 Apr 2025 10:36:16 -0700 Subject: [PATCH] doc(entra-id): correct toml field in sample (#2946) --------- Signed-off-by: Jan Larwig Co-authored-by: Jan Larwig --- docs/docs/configuration/providers/ms_entra_id.md | 2 +- .../version-7.8.x/configuration/providers/ms_entra_id.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/providers/ms_entra_id.md b/docs/docs/configuration/providers/ms_entra_id.md index ca9fc850..c5d9594e 100644 --- a/docs/docs/configuration/providers/ms_entra_id.md +++ b/docs/docs/configuration/providers/ms_entra_id.md @@ -192,6 +192,6 @@ client_id="" client_secret="" insecure_oidc_skip_issuer_verification=true scope="openid profile email User.Read" -entra_id_allowed_tenant=["9188040d-6c67-4c5b-b112-36a304b66dad",""] # Allow only and Personal MS Accounts tenant +entra_id_allowed_tenants=["9188040d-6c67-4c5b-b112-36a304b66dad",""] # Allow only and Personal MS Accounts tenant email_domains="*" ``` diff --git a/docs/versioned_docs/version-7.8.x/configuration/providers/ms_entra_id.md b/docs/versioned_docs/version-7.8.x/configuration/providers/ms_entra_id.md index ca9fc850..c5d9594e 100644 --- a/docs/versioned_docs/version-7.8.x/configuration/providers/ms_entra_id.md +++ b/docs/versioned_docs/version-7.8.x/configuration/providers/ms_entra_id.md @@ -192,6 +192,6 @@ client_id="" client_secret="" insecure_oidc_skip_issuer_verification=true scope="openid profile email User.Read" -entra_id_allowed_tenant=["9188040d-6c67-4c5b-b112-36a304b66dad",""] # Allow only and Personal MS Accounts tenant +entra_id_allowed_tenants=["9188040d-6c67-4c5b-b112-36a304b66dad",""] # Allow only and Personal MS Accounts tenant email_domains="*" ```