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

non-standard /Schemas endpoint #117

Closed
gsar opened this issue Apr 6, 2024 · 1 comment · Fixed by #133
Closed

non-standard /Schemas endpoint #117

gsar opened this issue Apr 6, 2024 · 1 comment · Fixed by #133

Comments

@gsar
Copy link
Contributor

gsar commented Apr 6, 2024

The SCIM RFC requires the /Schemas endpoint to respond with a ListResponse format, but we seem to be returning just a plain JSON array in the result. This makes it impossible to auto-discover the schema on systems like Microsoft Entra. Looks like the code needs to wrap the array in a ListResponse structure.

@pond
Copy link
Member

pond commented Jun 17, 2024

#133 fixes this.

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

Successfully merging a pull request may close this issue.

2 participants