website/docs: add enterprise label to SSF docs (#13251)

* added Enterprise label

* fix date to be semantic version

* added Ent label, for real this time

* add Ent to procedural page too

---------

Co-authored-by: Tana M Berry <tana@goauthentik.com>
This commit is contained in:
Tana M Berry
2025-02-25 11:43:39 -06:00
committed by GitHub
parent 805332061b
commit cc0659168d
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,8 @@
---
title: Configure an SSF provider
authentik_version: "2025.2.0"
authentik_enterprise: true
authentik_preview: true
---
The workflow to implement an SSF provider as a [backchannel provider](../../applications/manage_apps#backchannel-providers) for an application/provider pair is as follows:

View File

@ -1,12 +1,11 @@
---
title: Shared Signals Framework (SSF) Provider
sidebar_label: SSF Provider
authentik_version: "2025.2.0"
authentik_enterprise: true
authentik_preview: true
---
<span class="badge badge--preview">Preview</span>
<span class="badge badge--version">authentik 2025.2+</span>
&nbsp;
Shared Signals Framework (SSF) is a common standard for sharing asynchronous real-time security signals and events across multiple applications and an identity provider. The framework is a collection of standards and communication processes, documented in a [specification](https://openid.net/specs/openid-sharedsignals-framework-1_0-ID3.html). SSF leverages the APIs of the application and the IdP, using privacy-protected, secure webhooks.
## About Shared Signals Framework