- Notifications
You must be signed in to change notification settings - Fork923
Closed
Description
Okta self hosted makesPUT
requests to SCIM rather thanPATCH
.
[ScimClientImpl] [ method=deactivateUser, org=, messageId=<id>, aid= ] [INFO] - making PUT request to https://coder.example.com/scim/v2/Users/<user_id>
SCIM spec onPUT
reads the request should replace the entity, rather than patching specific fields.
Okta docs on the PUT request:https://developer.okta.com/docs/api/openapi/okta-scim/guides/scim-20/#update-the-user
At the moment we only support updating the "active" attribute. Unsure if we should support changing even more?