feat(scim): Add /ResourceTypes and /Schemas - #2664
Open
xlgmokha wants to merge 1 commit into
Open
Conversation
xlgmokha
marked this pull request as ready for review
July 31, 2026 17:55
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
3 times, most recently
from
July 31, 2026 20:53
94251fc to
bf2e0d0
Compare
Add `GET /scim/v2/ResourceTypes` and `GET /scim/v2/Schemas` with an empty list. Neither endpoint supports filtering.
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
July 31, 2026 20:56
bf2e0d0 to
fe67628
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Feature.
GET /scim/v2/ResourceTypesandGET /scim/v2/Schemasreturn an emptyListResponse.Extracted from #2643
https://linear.app/supabase/issue/AUTH-1362/scim-discovery-endpoints
What is the current behavior?
ServiceProviderConfigreturns a real document, butResourceTypesandSchemasstill return 501 in the RFC 7644 error form.What is the new behavior?
Adds the query response form from RFC 7644, and both endpoints answer with an empty one. No resource types exist yet.
Neither endpoint supports filtering. RFC 7644, Section 4:
Additional context