mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: implement SCIM handler for SCIM 2.0 compliance (#25572)
Rewrites the SCIM 2.0 user provisioning handler to be RFC 7644 compliant. Verified against an external IdP Okta. Behavior is OPT IN
This commit is contained in:
Generated
+1
@@ -4090,6 +4090,7 @@ export interface DeploymentValues {
|
||||
readonly agent_fallback_troubleshooting_url?: string;
|
||||
readonly browser_only?: boolean;
|
||||
readonly scim_api_key?: string;
|
||||
readonly scim_use_legacy?: boolean;
|
||||
readonly external_token_encryption_keys?: string;
|
||||
readonly provisioner?: ProvisionerConfig;
|
||||
readonly rate_limit?: RateLimitConfig;
|
||||
|
||||
Reference in New Issue
Block a user