From 4565158b9428ecb0f56355fba2f765ab0573b34d Mon Sep 17 00:00:00 2001
From: mstrhakr <37352843+mstrhakr@users.noreply.github.com>
Date: Sun, 13 Jul 2025 02:33:33 -0400
Subject: [PATCH] Update 'Preset OpenID Connect Configurations' section of
documentation. (#7150)
* fix documentation for OpenID Connect presets and clarify tenant_id usage
* remove redundant introduction section from OpenID Connect strategy documentation
---
docs/docs/meshcentral/openidConnectStrategy.md | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/docs/docs/meshcentral/openidConnectStrategy.md b/docs/docs/meshcentral/openidConnectStrategy.md
index 4b6e4911..35162879 100644
--- a/docs/docs/meshcentral/openidConnectStrategy.md
+++ b/docs/docs/meshcentral/openidConnectStrategy.md
@@ -468,10 +468,6 @@ As you can see in the schema below, there aren't any required properties in the
### Overview
-#### *Introduction*
-
-Google is a blah and is used by tons of blahs as its so great. Lets move on.
-
#### *Common Config Chart*
> NOTE: All settings directly related to presets are in the custom section of the config.
@@ -479,8 +475,8 @@ Google is a blah and is used by tons of blahs as its so great. Lets move on.
| Name | Description | Example | Required |
| --- | --- | --- | --- |
| `preset` | Manually enable the use of a preset. | `"preset": "google"`
`"preset": "azure"` | `false` |
-| `customer_id` | Customer ID of the Google Workspaces instace you
plan to use with the groups feature.| `"customer_id": ["Group1", "Group2"]` | If `google` preset is used with `groups` feature |
-| `tenant_id` | Tenant ID from Azure AD, this is required to use
the `azure` preset as it is part of the issuer url. | `"siteadmin": ["Group1", "Group2"]` | `false` |
+| `customer_id` | Customer ID of the Google Workspaces instace you
plan to use with the groups feature.| `"customer_id": ["Group1", "Group2"]` | If `google` preset is used with `groups` feature. |
+| `tenant_id` | Tenant ID from Azure AD, this is required to use
the `azure` preset as it is part of the issuer url. | `"tenant_id": "46a6022g-4h33-1451-h1rc-08102ga3b5e4"` | If `Azure` preset is being used. |
### Google Preset