Skip to content

Commit

Permalink
website/docs: add enterprise label to SSF docs (#13251)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tanberry and Tana M Berry authored Feb 25, 2025
1 parent 8053320 commit cc06591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions website/docs/add-secure-apps/providers/ssf/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cc06591

Please sign in to comment.