[PR #6365] [MERGED] feat(scim): add support to parse custom scim+json media type #32220

Closed
opened 2026-04-17 23:03:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6365
Author: @jonathansamines
Created: 11/27/2025
Status: Merged
Merged: 11/28/2025
Merged by: @Bekacru

Base: canaryHead: feat/scim-media-type


📝 Commits (1)

  • bafee21 feat(scim): add support to parse custom scim+json media type

📊 Changes

3 files changed (+25 additions, -13 deletions)

View changed files

📝 packages/scim/src/index.ts (+12 -0)
📝 pnpm-lock.yaml (+12 -12)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

Summary by cubic

Adds support for the application/scim+json media type across all SCIM routes, so providers that send SCIM+JSON work without extra config. Also updates better-call to a build that parses custom media types.

  • New Features

    • SCIM routes now accept application/json and application/scim+json via metadata.allowedMediaTypes (create, update, list, get, patch, delete, and config endpoints).
  • Dependencies

    • Upgrade better-call to 1.1.3 to enable custom media type parsing.
    • No migration required.

Written for commit bafee216f1. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6365 **Author:** [@jonathansamines](https://github.com/jonathansamines) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 11/28/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `feat/scim-media-type` --- ### 📝 Commits (1) - [`bafee21`](https://github.com/better-auth/better-auth/commit/bafee216f114e9ba6cec5598e75e7a933fd44312) feat(scim): add support to parse custom scim+json media type ### 📊 Changes **3 files changed** (+25 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/scim/src/index.ts` (+12 -0) 📝 `pnpm-lock.yaml` (+12 -12) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Adds support for the application/scim+json media type across all SCIM routes, so providers that send SCIM+JSON work without extra config. Also updates better-call to a build that parses custom media types. - **New Features** - SCIM routes now accept application/json and application/scim+json via metadata.allowedMediaTypes (create, update, list, get, patch, delete, and config endpoints). - **Dependencies** - Upgrade better-call to 1.1.3 to enable custom media type parsing. - No migration required. <sup>Written for commit bafee216f114e9ba6cec5598e75e7a933fd44312. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 23:03:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#32220