Skip to content

Commit 37f96ff

Browse files
Merge pull request mendix#9082 from mendix/kv-SCIM-PUT
SCIM: missing 'active' attribute in the PUT request
2 parents 88f8592 + e710157 commit 37f96ff

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules

content/en/docs/appstore/use-content/platform-supported-content/modules/scim.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,10 @@ Your app may have multiple tenants in the Entra ID. Users created from any of th
352352

353353
### Troubleshooting
354354

355+
#### Modifying Default-time Configuration at Runtime
356+
355357
Attempting to edit or delete the default deploy-time configuration at runtime will result in errors. These errors indicate that the SCIM configuration was created at runtime with possible deploy-time overrides, as explained in the [Deploy-time configuration](#deploy-time) section above. You cannot modify such configurations at runtime using the admin screens.
358+
359+
#### SCIM User Deactivation Due to Missing `active` Attribute in the `PUT` Request
360+
361+
The issue occurs when the `active` attribute is missing in the first `PUT` request, causing the user to become inactive (`"active": false`). Once the user is inactive, any further `PUT` updates fail with a **500 Internal Server Error**. To prevent this, always include `"active": true` in the PUT requests to keep the user active.

0 commit comments

Comments
 (0)