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

500 with PATCH and no members from Okta #112

Closed
christinedraper opened this issue Feb 19, 2024 · 1 comment
Closed

500 with PATCH and no members from Okta #112

christinedraper opened this issue Feb 19, 2024 · 1 comment

Comments

@christinedraper
Copy link

With scimgateway 4.4.5, the following Okta request fails with a 500:

PATCH {{basePath}}/Groups/org-cd1:viewer
Content-Type: application/json
Authorization: {{authz}}

{
    "Operations":[{"op":"replace","value":{"id":"org-cd1:admin","displayName":"org-cd1:admin"}}]
}

It does this when you first push a push group, before it patches the members array.

It's failing on the if (typeof value === 'object') in convertedScim20

@christinedraper
Copy link
Author

christinedraper commented Feb 19, 2024

nvm this was an issue in our plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant