diff --git a/backend/internal/protocols/ssf/README.md b/backend/internal/protocols/ssf/README.md index d1d7e3b..bb2b002 100644 --- a/backend/internal/protocols/ssf/README.md +++ b/backend/internal/protocols/ssf/README.md @@ -1,6 +1,6 @@ # Shared Signals Framework (SSF) Implementation -A standards-based implementation of the [OpenID Shared Signals Framework](https://openid.net/specs/openid-sse-framework-1_0.html) for real-time security event sharing between identity providers and relying parties. +A standards-based implementation of the [OpenID Shared Signals Framework](https://openid.net/specs/openid-sharedsignals-framework-1_0.html) for real-time security event sharing between identity providers and relying parties. ## Overview @@ -342,7 +342,7 @@ curl -H "X-SSF-Session: $SESSION_ID" \ ## Specifications - [RFC 8417 - Security Event Token (SET)](https://datatracker.ietf.org/doc/html/rfc8417) -- [OpenID Shared Signals Framework 1.0](https://openid.net/specs/openid-sse-framework-1_0.html) +- [OpenID Shared Signals Framework 1.0](https://openid.net/specs/openid-sharedsignals-framework-1_0.html) - [CAEP - Continuous Access Evaluation Profile](https://openid.net/specs/openid-caep-1_0.html) - [RISC - Risk Incident Sharing and Coordination](https://openid.net/specs/openid-risc-1_0.html) diff --git a/frontend/src/views/Dashboard.tsx b/frontend/src/views/Dashboard.tsx index 5aca2bb..7426302 100644 --- a/frontend/src/views/Dashboard.tsx +++ b/frontend/src/views/Dashboard.tsx @@ -64,7 +64,7 @@ const SPEC_GROUPS: SpecGroupItem[] = [ { label: 'RFC 8417', url: 'https://datatracker.ietf.org/doc/html/rfc8417', tone: 'rfc' }, { label: 'CAEP 1.0', url: 'https://openid.net/specs/openid-caep-1_0.html', tone: 'spec' }, { label: 'RISC 1.0', url: 'https://openid.net/specs/openid-risc-profile-1_0.html', tone: 'spec' }, - { label: 'SSF 1.0', url: 'https://openid.net/specs/openid-sse-framework-1_0.html', tone: 'spec' }, + { label: 'SSF 1.0', url: 'https://openid.net/specs/openid-sharedsignals-framework-1_0.html', tone: 'spec' }, ], }, ] diff --git a/frontend/src/views/SSFSandbox.tsx b/frontend/src/views/SSFSandbox.tsx index 9ef5761..0e7ad94 100644 --- a/frontend/src/views/SSFSandbox.tsx +++ b/frontend/src/views/SSFSandbox.tsx @@ -488,7 +488,7 @@ export function SSFSandbox() { SET