Configure an SSF provider
authentik: 2025.2.0+PreviewEnterprise
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 Create to create a provider.
- Select Shared Signals Framework Provider as the Provider Type, and then click Next.
- On the Create 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 Create to create a provider.
- Select OAuth2/OpenID Provider as the Provider Type, and then click Next.
- On the Create 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 Create 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 SFF provider, should now appear in your application list.