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
4 times, most recently
from
July 31, 2026 20:56
bf2e0d0 to
fe67628
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
2 times, most recently
from
August 4, 2026 16:43
9c45e76 to
fe67628
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 4, 2026 16:46
fe67628 to
d478b67
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 4, 2026 17:19
d478b67 to
eb514fd
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 4, 2026 17:27
eb514fd to
e608604
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 4, 2026 19:52
e608604 to
29e4d1e
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 4, 2026 20:05
29e4d1e to
a910ba6
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 6, 2026 15:34
a910ba6 to
926c562
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
3 times, most recently
from
August 6, 2026 18:12
8f9f827 to
187c75e
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 6, 2026 18:13
187c75e to
496cb9e
Compare
xlgmokha
force-pushed
the
xlgmokha/auth-1362e
branch
from
August 6, 2026 19:47
496cb9e to
1109f16
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