Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mikevdberge opened this issue Nov 6, 2023 · 0 comments · Fixed by #7477
Closed

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

mikevdberge opened this issue Nov 6, 2023 · 0 comments · Fixed by #7477
Assignees
Labels
bug/confirmed Confirmed bugs bug Something isn't working

Comments

@mikevdberge
Copy link

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]
@mikevdberge mikevdberge added the bug Something isn't working label Nov 6, 2023
@BeryJu BeryJu self-assigned this Nov 7, 2023
@BeryJu BeryJu added the bug/confirmed Confirmed bugs label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/confirmed Confirmed bugs bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants