mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
* website/integrations: rename "Create with Provider" to "New Application" The application list page now uses a split-button labeled "New Application" instead of the old "Create with Provider" dropdown. Update all 113 integration guides to match. * website/docs: update flow, stage, and policy button labels - "Create" → "New Flow", "New Stage", "New Policy" for trigger buttons - "Finish" → "Create Flow", "Create Stage", "Create Policy" for submit - "Create and bind stage" → "New Stage" / "Bind Existing Stage" - "Create" (binding submit) → "Create Stage Binding" * website/docs: update provider button labels - "Create" → "New Provider" for trigger buttons - "Create with Provider" → "New Application" in RAC docs - "Create" → "New Property Mapping", "New RAC Endpoint", "New Prompt" for related entity creation * website/docs: update directory button labels - "Create" → "New Source" for federation/social login pages - "Create" → "New Role", submit → "Create Role" - "Create" → "New Invitation" - Policy binding submit → "Create Policy Binding" * website/docs: update endpoint device and system management button labels - "Create" → "New Endpoint Connector", "New Enrollment Token", "New Device Access Group", "New Flow" - Submit → "Create Device Access Group" - "Create" → "New Notification Rule", "New Notification Transport" - Binding submit → "Create Policy Binding" * Reorganize policy documentation * website/docs: address policy docs review feedback * post-rebase * website/docs: Reorganize policy documentation -- Revisions (#21601) * apply suggestions * Fix escaped. * Fix whitespace. * Update button label. * Fix phrasing. * Fix phrasing. * Clean up stragglers. * Format. --------- Co-authored-by: Dominic R <dominic@sdko.org>
43 lines
2.2 KiB
Markdown
43 lines
2.2 KiB
Markdown
---
|
|
title: Configure an SSF provider
|
|
authentik_version: "2025.2.0"
|
|
description: "How to create and configure an SSF provider in authentik"
|
|
authentik_enterprise: true
|
|
authentik_preview: true
|
|
tags: [Shared Signals Framework, SSF, Apple Business Manager, backchannel]
|
|
---
|
|
|
|
Follow this workflow to create and configure an SSF provider for an application:
|
|
|
|
1. Create the SSF provider (which serves as the [backchannel provider](../../applications/manage_apps.mdx#backchannel-providers)).
|
|
2. Create an OIDC provider (which serves as the protocol provider for the application).
|
|
3. Create the application, and assign both the OIDC provider and the SSF provider.
|
|
|
|
## Create the SSF provider
|
|
|
|
1. Log in to authentik as an administrator, and open the authentik Admin interface.
|
|
2. Navigate to **Applications** > **Providers** and click **New Provider** to create a provider.
|
|
3. Select **Shared Signals Framework Provider** as the **Provider Type**, and then click **Next**.
|
|
4. On the **New SSF Provider** page, provide the configuration settings. Be sure to select a **Signing Key**.
|
|
5. Click **Finish** to create the provider.
|
|
|
|
## Create the OIDC provider
|
|
|
|
1. Log in to authentik as an administrator, and open the authentik Admin interface.
|
|
2. Navigate to **Applications** > **Providers** and click **New Provider** to create a provider.
|
|
3. Select **OAuth2/OpenID Provider** as the **Provider Type**, and then click **Next**.
|
|
4. On the **New OAuth2/OpenID Provider** page, provide the configuration settings and then click **Finish** to create the provider.
|
|
|
|
## Create the application
|
|
|
|
1. Log in to authentik as an administrator, and open the authentik Admin interface.
|
|
2. Navigate to **Applications** > **Applications** and click **New Application** to create an application.
|
|
3. Configure the following required settings for the application:
|
|
- **Name**: provide a descriptive name of the application.
|
|
- **Slug**: provide the application slug used in URLs.
|
|
- **Provider**: select the OIDC provider that you created.
|
|
- **Backchannel Providers**: select the SSF provider that you created.
|
|
4. Click **Create** to save the new application.
|
|
|
|
The new application, with its OIDC provider and the backchannel SSF provider, should now appear in your application list.
|