-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the bug
AWS is returning 400s during the SCIM sync. It looks like authentik is trying to do a PATCH request that AWS doesn't like.
{"domain_url": null, "event": "Failed to send SCIM request", "level": "warning", "logger": "authentik.lib.sync.outgoing.base", "method": "PATCH", "path": "/Groups/uuid", "provider": "AWS SCIM", "response": "{"schema":["urn:ietf:params:scim:api:messages:2.0:Error"],"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Current PATCH support allows omitting \"path\" attribute only for Add and Replace operations modifying a single attribute.","status":"400","exceptionRequestId":"uuid","timeStamp":"2024-12-10 19:50:00.531"}", "schema_name": "public", "task_id": "task-ID", "timestamp": "2024-12-10T19:50:00.539728"}
Version and Deployment (please complete the following information):
- authentik version: 2024.10.4