Skip to content

Commit 4565158

Browse files
authored
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
1 parent 6feebae commit 4565158

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/docs/meshcentral/openidConnectStrategy.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,19 +468,15 @@ As you can see in the schema below, there aren't any required properties in the
468468

469469
### Overview
470470

471-
#### *Introduction*
472-
473-
Google is a blah and is used by tons of blahs as its so great. Lets move on.
474-
475471
#### *Common Config Chart*
476472

477473
> NOTE: All settings directly related to presets are in the custom section of the config.
478474
479475
| Name | Description | Example | Required |
480476
| --- | --- | --- | --- |
481477
| `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. |
484480

485481
### Google Preset
486482

0 commit comments

Comments
 (0)