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>
2.2 KiB
2.2 KiB
title, authentik_version, description, authentik_enterprise, authentik_preview, tags
| title | authentik_version | description | authentik_enterprise | authentik_preview | tags | ||||
|---|---|---|---|---|---|---|---|---|---|
| Configure an SSF provider | 2025.2.0 | How to create and configure an SSF provider in authentik | true | true |
|
Follow this workflow to create and configure an SSF provider for an application:
- Create the SSF provider (which serves as the backchannel provider).
- Create an OIDC provider (which serves as the protocol provider for the application).
- Create the application, and assign both the OIDC provider and the SSF provider.
Create the SSF provider
- Log in to authentik as an administrator, and open the authentik Admin interface.
- Navigate to Applications > Providers and click New Provider to create a provider.
- Select Shared Signals Framework Provider as the Provider Type, and then click Next.
- On the New SSF Provider page, provide the configuration settings. Be sure to select a Signing Key.
- Click Finish to create the provider.
Create the OIDC provider
- Log in to authentik as an administrator, and open the authentik Admin interface.
- Navigate to Applications > Providers and click New Provider to create a provider.
- Select OAuth2/OpenID Provider as the Provider Type, and then click Next.
- On the New OAuth2/OpenID Provider page, provide the configuration settings and then click Finish to create the provider.
Create the application
- Log in to authentik as an administrator, and open the authentik Admin interface.
- Navigate to Applications > Applications and click New Application to create an application.
- 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.
- 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.