Skip to content

Commit 5392bb7

Browse files
authored
fix heading levels in IDP sync documentation
1 parent 1637783 commit 5392bb7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/admin/users/idp-sync.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
IDP sync is an Enterprise and Premium feature.
66
[Learn more](https://coder.com/pricing#compare-plans).
77

8-
## Group Sync
9-
108
</blockquote>
119

10+
## Group Sync
11+
1212
If your OpenID Connect provider supports group claims, you can configure Coder
1313
to synchronize groups in your auth provider to groups within Coder. To enable
1414
group sync, ensure that the `groups` claim is being sent by your OpenID
@@ -24,7 +24,7 @@ There are two ways you can configure group sync:
2424

2525
<div class="tabs">
2626

27-
### Server Flags
27+
## Server Flags
2828

2929
1. Confirm that your OIDC provider is sending claims.
3030

@@ -98,7 +98,7 @@ OIDC provider will be added to the `myCoderGroupName` group in Coder.
9898
[azure-gids]:
9999
https://github.com/MicrosoftDocs/azure-docs/issues/59766#issuecomment-664387195
100100

101-
### Runtime (Organizations)
101+
## Runtime (Organizations)
102102

103103
<blockquote class="admonition note">
104104

@@ -238,7 +238,7 @@ You must have a Premium license with Organizations enabled to use this.
238238
239239
<div class="tabs">
240240
241-
### Server Flags
241+
## Server Flags
242242
243243
1. Confirm that your OIDC provider is sending a roles claim by logging in with
244244
OIDC and visiting the following URL with an `Owner` account:
@@ -275,7 +275,7 @@ You must have a Premium license with Organizations enabled to use this.
275275
One role from your identity provider can be mapped to many roles in Coder. The
276276
example above maps to two roles in Coder.
277277

278-
### Runtime (Organizations)
278+
## Runtime (Organizations)
279279

280280
For deployments with multiple [organizations](./organizations.md), you can
281281
configure role sync at the organization level. In future Coder versions, you
@@ -377,7 +377,7 @@ dashboard:
377377

378378
<div class="tabs">
379379

380-
### Dashboard
380+
## Dashboard
381381

382382
1. Confirm that your OIDC provider is sending claims. Log in with OIDC and visit
383383
the following URL with an `Owner` account:
@@ -417,7 +417,7 @@ dashboard:
417417
418418
![IdP organization sync](../../images/admin/users/organizations/idp-org-sync.png)
419419
420-
### CLI
420+
## CLI
421421
422422
Use the Coder CLI to show and adjust the settings.
423423

0 commit comments

Comments
 (0)