website/integrations: zipline: add offline_access scope (#15099)

Closes https://github.com/goauthentik/authentik/issues/15098

Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
Dominic R
2025-06-17 17:15:07 -04:00
committed by GitHub
parent 2fdf345271
commit ce183929d4

View File

@ -40,6 +40,7 @@ To support the integration of Zipline with authentik, you need to create an appl
- Note the **Client ID** and **Client Secret** values because they will be required later.
- Set a `Strict` redirect URI to `https://zipline.company/api/auth/oauth/oidc`.
- Select any available signing key.
- Under **Advanced Protocol Settings** > **Scopes**, add `authentik default OAuth Mapping: OpenID 'offline_access'` to the **Selected Scopes** list.
- **Configure Bindings** _(optional)_: Create a [binding](/docs/add-secure-apps/flows-stages/bindings/) (policy, group, or user) to manage the listing and access to applications on a user's **My applications** page.
3. Click **Submit** to save the new application and provider.