-
Notifications
You must be signed in to change notification settings - Fork 43
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
Content-type header not respecting Accept header for application/scim+json #59
Comments
@pond any chance you have any thoughts on this? :-) |
Not much time to look into this, but in the short term, your controllers could add a
...as a blunt force solution, perhaps evolving that if you wish to detect Accept in Request. It's probably something that Scimitar's base controllers out to do via |
Thanks! I will aim to feedback what how we solve this. |
We've ended up patching the Scimitar application controller's |
Running into the same issue. @wooly could you share a snippet of code of the patch ? |
This is (well, should be!) fixed by #85. |
Hi there,
We're trying to use the Microsoft Azure AD SCIM Validator tool here, and we're coming across an issue as shown in the screenshot below:
Testing this in postman, when setting the
Accept
header in the request to the/Users
endpoint, we get a json response, but the content-type header isn't usingapplication/scim+json
, which I'm guessing is what the validator is expecting?Is there anything we can do to set the response content-type header to
application/scim+json
to appease the validator?Thanks!
The text was updated successfully, but these errors were encountered: