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

mstrhakr committed Jul 13, 2025 at 02:33 UTC 4565158b9428ecb0f56355fba2f765ab0573b34d
1 file changed +2 -6
docs/docs/meshcentral/openidConnectStrategy.md
+2 -6
@@ -468,10 +468,6 @@ As you can see in the schema below, there aren't any required properties in the
468
469 ### Overview
470
471 -#### *Introduction*
472 -
473 -Google is a blah and is used by tons of blahs as its so great. Lets move on.
474 -
471 #### *Common Config Chart*
472
473 > 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.
475 | Name | Description | Example | Required |
476 | --- | --- | --- | --- |
477 | `preset` | Manually enable the use of a preset. | `"preset": "google"`<br/>`"preset": "azure"` | `false` |
482 -| `customer_id` | Customer ID of the Google Workspaces instace you<br/>plan to use with the groups feature.| `"customer_id": ["Group1", "Group2"]` | If `google` preset is used with `groups` feature |
483 -| `tenant_id` | Tenant ID from Azure AD, this is required to use<br/>the `azure` preset as it is part of the issuer url. | `"siteadmin": ["Group1", "Group2"]` | `false` |
478 +| `customer_id` | Customer ID of the Google Workspaces instace you<br/>plan to use with the groups feature.| `"customer_id": ["Group1", "Group2"]` | If `google` preset is used with `groups` feature. |
479 +| `tenant_id` | Tenant ID from Azure AD, this is required to use<br/>the `azure` preset as it is part of the issuer url. | `"tenant_id": "46a6022g-4h33-1451-h1rc-08102ga3b5e4"` | If `Azure` preset is being used. |
480
481 ### Google Preset
482