mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-24 02:38:06 +02:00
Add RFC 0001: federated authentication
Drafts a design for OIDC-based federated authentication that lets a managed cloud offering issue identity tokens while keeping VPC and air-gapped on-prem deployments free of any request-time dependency on the cloud. Introduces a server-only TokenVerifier seam with static and OIDC implementations, validates the design against the OSS/Cloud invariants, and records the open decisions needed before acceptance. https://claude.ai/code/session_01N22WDYC6vv2njR5Xu96QaC
This commit is contained in:
parent
5c889f8e42
commit
5e03ca977c
2 changed files with 265 additions and 0 deletions
|
|
@ -43,6 +43,15 @@ constraints. User-facing behavior should still be documented through
|
|||
| Constants and tunables | [constants.md](../user/constants.md) |
|
||||
| Transaction model public contract | [transactions.md](../user/transactions.md) |
|
||||
|
||||
## Design Proposals (RFCs)
|
||||
|
||||
RFCs are proposals under review, not current truth. The authoritative
|
||||
description of shipped behavior always lives in the area docs above.
|
||||
|
||||
| RFC | Status | Topic |
|
||||
|---|---|---|
|
||||
| [0001-federated-authentication.md](rfcs/0001-federated-authentication.md) | draft | OIDC auth with a cloud control plane plus VPC/on-prem deployment |
|
||||
|
||||
## Project Operations
|
||||
|
||||
| Area | Read |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue