chore: unhide 'scim-use-legacy' flag (#26465)

This commit is contained in:
Steven Masley
2026-06-17 16:44:01 +00:00
committed by GitHub
parent 684d904c00
commit 9d0ab594fb
5 changed files with 24 additions and 1 deletions
+4
View File
@@ -982,5 +982,9 @@ These options are only available in the Enterprise Edition.
Enables SCIM and sets the authentication header for the built-in SCIM
server. New users are automatically created with OIDC authentication.
--scim-use-legacy bool, $CODER_SCIM_USE_LEGACY (default: true)
Use the legacy SCIM implementation instead of the SCIM 2.0 handler.
This is provided for backward compatibility for existing users.
———
Run `coder --help` for a list of global options.