Commit d4aaf58
merge: feat/oauth-provider into feat/scim-provisioning
Brings PR #7488 (OAuth provider) under the SCIM branch so #7567 can target it.
- SCIM migration renumbered to 0324_scim_provisioning after the OAuth
branch's 0323; regenerated from the merged schema (identical apart from
the number).
- Forbidden detail codes keep both INSUFFICIENT_SCOPE and
SCIM_MANAGED_MEMBERSHIP; OpenAPI docs regenerated.
- SCIM ships with the enterprise plan on the hosted product: the outer gate
is now isScimDeploymentEnabled() (hosted, or SCIM_ENABLED / ENTERPRISE_ENABLED
self-hosted) and the plan check stays per organization. The env variable
remains the self-hosted switch and is bundled under ENTERPRISE_ENABLED.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DGXcwsHzYGp6pUDWRtJKpz342 files changed
Lines changed: 44230 additions & 4051 deletions
File tree
- .github/workflows
- apps
- docs
- content/docs
- api-reference
- cli
- integrations
- platform
- enterprise
- self-hosting
- realtime/src/handlers
- sim
- app
- (auth)
- components
- oauth
- consent
- sign-in
- .well-known/oauth-authorization-server
- api/auth
- api
- auth
- .well-known/oauth-authorization-server
- [...all]
- oauth2
- authorize
- revoke
- token
- billing/update-cost
- cron
- cleanup-oauth-tokens
- scim-reconcile
- files
- uploads
- users/me/authorized-apps
- [clientId]
- v1
- knowledge
- v2
- chat-deployments
- chat
- files
- bulk-download
- knowledge
- [knowledgeBaseId]/documents
- [documentId]
- uploads/[uploadId]/complete
- search
- lib
- mcp-servers
- [mcpServerId]
- meta
- skills
- [skillId]
- editors
- tables/[tableId]
- query
- count
- rows/search
- workflows/[workflowId]
- deployments/chat
- deploy
- execute
- runs/[runId]
- webhooks/slack
- workspaces/[id]/files/download
- cli/auth/done
- workspace/[workspaceId]
- home/components/mothership-view/components/resource-content/components/browser-session
- settings
- [section]
- components/authorized-apps
- background
- blocks/blocks
- components/settings
- content/library
- can-ai-agents-talk-to-each-other-multi-agent-communication-explained
- what-is-an-mcp-server
- ee
- scim
- components
- lib
- hooks/queries
- lib
- api
- application
- contracts
- v2
- __tests__
- openapi
- openapi
- server/routes
- audit-logs/application
- auth
- billing
- application
- catalog/application
- chat-deployments/application
- copilot
- application
- generated
- request
- lifecycle
- session
- core
- application
- config
- redis
- credential-groups/application
- credentials/application
- custom-tools/application
- execution
- function-execution/application
- integrations
- internal
- file
- slack
- operations
- tool-operations
- invitations
- knowledge/application
- logs/application
- mcp/application
- memory/application
- permission-groups
- platform-context/application
- realtime
- sandboxes/application
- secrets/application
- selectors/application
- skills/application
- table
- application
- tool-execution/application
- uploads
- contexts/workspace
- upload-session
- utils
- users
- application
- webhooks
- providers
- workflows
- application
- workspace-files/application
- workspaces/application
- public/library/can-ai-agents-talk-to-each-other-multi-agent-communication-explained
- scripts
- tools
- generated
- slack
- docker
- helm/sim
- packages
- audit/src
- auth/src
- db
- migrations
- meta
- script-migrations
- scripts
- deployment-config/src
- sim-cli
- src
- auth
- commands
- config
- contract
- generated
- http
- runtime
- sim-setup/src
- testing/src/mocks
- scripts
- openapi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
11 | 85 | | |
12 | 86 | | |
13 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
90 | 113 | | |
91 | 114 | | |
92 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
0 commit comments