Skip to content

The SCIM JSON for User and Group is missing the schema attribute #7460

@mikevdberge

Description

@mikevdberge

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]

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbug/confirmedConfirmed bugs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions