-
We have a realm that collects users from multiple IdPs. And I want / have to export a certain subset of them to a separate SCIM server. Is there a way to specify that only a subset of users, e.g. with…
-
There is an inconsistency in the email attribute type depending on the method used to add the user email. I think it'll be better if we can decide and maintain one format.
**Method 01 - via the man…
-
When parsing JSON into a model, if that model contains an extension, the extension class on the model is extended by itself.
Take the following simple example:
```python
user = User[EnterpriseUse…
-
**Describe the issue:**
When updating the address field, a successful message is getting displayed, but entered value is not getting displayed/saved.
https://user-images.githubusercontent.com/4715…
-
[RFC 7643, Section 3](https://datatracker.ietf.org/doc/html/rfc7643#section-3) states
> "Schemas" Attribute
[...]
Value order is not specified and MUST NOT impact behavior.
I have …
-
The following code renders an un-necessary yellow border when closed:
```rst
.. tip::
Sub-Attribute models are automatically created and set as members of their parent model classes.
For…
-
We are in the process of setting up a SCIM Server that integrates with Okta.
When a User has a manager assigned in Okta and subsequently removes it, Okta sends the following `PUT` request:
```json
…
-
**Is your feature request related to a problem? Please describe.**
Feature is not related to a problem
**Describe the solution you'd like**
I would like Kratos implements SCIM 2.0 protocol
h…
-
In the [tutorial](https://scim2-models.readthedocs.io/en/latest/tutorial.html#schema-extensions) it says that schema extensions can be added to Resources like this:
```python
user = User[Enterpris…
-
While integrate with the Entra provisioning service, we found that the remove group member with the Entra sample request would trigger invalid filter exception.
The request body is as shown in this…