goauthentik / goauthentik/authentik

SCIM: Support for PATCH for user updates

Open
#16,678 1 comment 5 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
25.6k
Forks
2k
Avg merge
1d 2h
Merged PRs (30d)
659

Description

**Is your feature request related to a problem? Please describe.**

We have a SCIM Consumer that does not tolerate PUT request for existing users,

**Describe the solution you'd like**
Just as the `SCIMGroupClient` can discern between PUT/PATCH request based on the `ServiceProviderConfig`

The `SCIMUserClient` should be able to achieve the same.

**Describe alternatives you've considered**

We patched the `SCIMUserClient` ourselves to support such PATCH operation

I can volunteer to contribute the support we patched in our instance.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.