From ce183929d44a77c246ea260d143913c97def6ae0 Mon Sep 17 00:00:00 2001 From: Dominic R Date: Tue, 17 Jun 2025 17:15:07 -0400 Subject: [PATCH] website/integrations: zipline: add offline_access scope (#15099) Closes https://github.com/goauthentik/authentik/issues/15098 Signed-off-by: Dominic R --- website/integrations/services/zipline/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/integrations/services/zipline/index.md b/website/integrations/services/zipline/index.md index 8c1374d1b6..beba56789e 100644 --- a/website/integrations/services/zipline/index.md +++ b/website/integrations/services/zipline/index.md @@ -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.