Skip to content

Commit a753ff4

Browse files
committed
remove oidc from docs, since it is auto
1 parent 82fdc0f commit a753ff4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/admin/external-auth/index.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,8 @@ You must add the SSH key to your Git provider.
141141
security extension that prevents authorization code interception attacks. Coder supports PKCE when
142142
acting as an OAuth client to external identity providers.
143143

144-
### OIDC Providers
145-
146-
For OIDC providers, PKCE support is automatically detected from the provider's
147-
`/.well-known/openid-configuration` endpoint. If the provider advertises support for PKCE,
148-
Coder will use it automatically. No manual configuration is required.
149-
150-
### OAuth Providers (External Auth)
151-
152-
For OAuth providers configured via external authentication, Coder will usually assume PKCE support is available with "S256" as the code challenge method.
153-
154-
Manual configuration is available to override any default behavior.
144+
Coder will usually assume PKCE support is available with "S256" as the code challenge method. Manual
145+
configuration is available to override any default behavior.
155146

156147
```env
157148
# Enable PKCE with S256 (recommended when supported)

0 commit comments

Comments
 (0)