Skip to content

Commit f6c35e0

Browse files
EdwardAngertEdwardAngert
authored andcommitted
md spacing
1 parent bf4c544 commit f6c35e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/admin/users/idp-sync.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ sync, the user's state should match that of the IdP.
317317
You can initiate an organization sync through the CLI or through the Coder
318318
dashboard:
319319

320-
<div class=tabs>
320+
<div class="tabs">
321321

322-
## CLI
322+
### CLI
323323

324324
Use the Coder CLI to show and adjust the settings.
325325

@@ -359,15 +359,15 @@ settings, a user's memberships will update when they log out and log back in.
359359
}
360360
```
361361

362-
Analyzing the JSON payload:
362+
Analyzing the JSON payload:
363363

364-
| Field | Explanation |
365-
| :-------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
366-
| field | If this field is the empty string `""`, then org-sync is disabled. </br> Org memberships must be manually configured through the UI or API. |
367-
| mapping | Mapping takes a claim from the IdP, and associates it with 1 or more organizations by UUID. </br> No validation is done, so you can put UUID's of orgs that do not exist (a noop). The UI picker will allow selecting orgs from a drop down, and convert it to a UUID for you. |
368-
| organization_assign_default | This setting exists for maintaining backwards compatibility with single org deployments, either through their upgrade, or in perpetuity. </br> If this is set to 'true', all users will always be assigned to the default organization regardless of the mappings and their IdP claims. |
364+
| Field | Explanation |
365+
| :-------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
366+
| field | If this field is the empty string `""`, then org-sync is disabled. </br> Org memberships must be manually configured through the UI or API. |
367+
| mapping | Mapping takes a claim from the IdP, and associates it with 1 or more organizations by UUID. </br> No validation is done, so you can put UUID's of orgs that do not exist (a noop). The UI picker will allow selecting orgs from a drop down, and convert it to a UUID for you. |
368+
| organization_assign_default | This setting exists for maintaining backwards compatibility with single org deployments, either through their upgrade, or in perpetuity. </br> If this is set to 'true', all users will always be assigned to the default organization regardless of the mappings and their IdP claims. |
369369

370-
## Dashboard
370+
### Dashboard
371371

372372
1. Confirm that your OIDC provider is sending claims. Log in with OIDC and visit
373373
the following URL with an `Owner` account:

0 commit comments

Comments
 (0)