File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,9 @@ CODER_EXTERNAL_AUTH_0_SCOPES="repo:read repo:write write:gpg_key"
181
181
182
182
## Multiple External Providers (enterprise) (premium)
183
183
184
- Multiple providers are an Enterprise feature. [ Learn more] ( https://coder.com/pricing#compare-plans ) .
185
- Below is an example configuration with multiple providers.
184
+ Multiple providers are an Enterprise feature.
185
+ [ Learn more] ( https://coder.com/pricing#compare-plans ) . Below is an example
186
+ configuration with multiple providers.
186
187
187
188
``` env
188
189
# Provider 1) github.com
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ the OIDC provider. See
34
34
> ones include ` groups ` , ` memberOf ` , and ` roles ` .
35
35
36
36
Next configure the Coder server to read groups from the claim name with the
37
- [ OIDC group field] ( ../../reference/cli/server.md#--oidc-group-field ) server flag:
37
+ [ OIDC group field] ( ../../reference/cli/server.md#--oidc-group-field ) server
38
+ flag:
38
39
39
40
``` sh
40
41
# as an environment variable
@@ -365,8 +366,8 @@ Some common issues when enabling group/role sync.
365
366
366
367
If you are running into issues with group/role sync, is best to view your Coder
367
368
server logs and enable
368
- [verbose mode](../../reference/cli/index.md#-v---verbose). To reduce
369
- noise, you can filter for only logs related to group/role sync :
369
+ [verbose mode](../../reference/cli/index.md#-v---verbose). To reduce noise, you
370
+ can filter for only logs related to group/role sync :
370
371
371
372
` ` ` sh
372
373
CODER_VERBOSE=true
You can’t perform that action at this time.
0 commit comments