You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/concepts/implementation-status.mdx
+25-29Lines changed: 25 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,31 +250,28 @@ This matrix is generated from actual codebase analysis and represents the curren
250
250
**Plugin-Provided Service** — The kernel does NOT handle authentication or authorization. Security services must be provided by plugins (e.g., `@objectstack/plugin-auth`). The Discovery API reports auth as `unavailable` until a plugin is registered.
251
251
</Callout>
252
252
253
-
### Authentication
254
-
255
-
| Protocol |@objectstack/spec| Kernel | Plugin Required | Status |
The `auth` service in `CoreServiceName` covers both **authentication** (identity) and **authorization** (permissions). There is no separate `permission` service — it is part of `auth`.
256
+
257
+
| Protocol | Area |@objectstack/spec| Kernel | Plugin Required | Status |
|**Multi-tenancy**| Space / Tenant isolation | P1 |
206
-
|**SCIM**| Enterprise user provisioning protocol | P2 |
199
+
The `auth` service covers both **authentication** (identity) and **authorization** (permissions). There is no separate `permission` service in `CoreServiceName`.
0 commit comments