-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Describe the bug
The SCIM JSON for User and Group is missing the schema attribute
To Reproduce
Steps to reproduce the behavior:
Run SCIM sync
Expected behavior
JSON containing schemas attribute eg
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"userName": "test.user@okta.local",
"name": {
"givenName": "Test",
"familyName": "User"
},
"emails": [{
"primary": true,
"value": "test.user@okta.local",
"type": "work"
}],
"displayName": "Test User",
"locale": "en-US",
"externalId": "00ujl29u0le5T6Aj10h7",
"groups": [],
"password": "1mz050nq",
"active": true
}
Version and Deployment (please complete the following information):
- authentik version: [2023.10.2]
- Deployment: [docker-compose]
Reactions are currently unavailable