|
1 | 1 | --- |
2 | 2 |
|
3 | | -title: "Authentik Forward Authentication Middleware" |
4 | | -head: |
5 | | - - tag: "meta" |
6 | | - attrs: |
7 | | - property: "og:title" |
8 | | - content: "How to configure Authentik forward authentication with Traefik in Coolify" |
9 | | -description: "A guide to configure Authentik forward authentication with Traefik in Coolify" |
| 3 | +title: "Authentik Forward Authentication Middleware" |
| 4 | +head: |
| 5 | + - tag: "meta" |
| 6 | + attrs: |
| 7 | + property: "og:title" |
| 8 | + content: "How to configure Authentik forward authentication with Traefik in Coolify" |
| 9 | +description: "A guide to configure Authentik forward authentication with Traefik in Coolify" |
10 | 10 |
|
11 | 11 | --- |
12 | 12 |
|
13 | | -Traefik enables you to secure your applications with authentication by using a [Proxy Provider](https://docs.goauthentik.io/docs/add-secure-apps/providers/proxy/). |
| 13 | +Traefik enables you to secure your applications with authentication by using a [Proxy Provider](https://docs.goauthentik.io/docs/add-secure-apps/providers/proxy/). |
14 | 14 | This allows you to protect your services with Single Sign-On (SSO). |
15 | 15 |
|
16 | | -## Configure an Authentik Application and Proxy Provider |
| 16 | +## Configure an Authentik Application and Proxy Provider |
17 | 17 |
|
18 | | -The first step is to deploy the [Authentik service](../../services/authentik) and then configure the required components: |
| 18 | +The first step is to deploy the [Authentik service](/docs/services/authentik) and then configure the required components: |
19 | 19 |
|
20 | | -- Create a Proxy Provider with forward authentication. |
21 | | -- Create an application and assign the Proxy Provider you created. |
22 | | -- In the "Cookie Domain" field, add the domain of the services. |
| 20 | +- Create a Proxy Provider with forward authentication. |
| 21 | +- Create an application and assign the Proxy Provider you created. |
| 22 | +- In the "Cookie Domain" field, add the domain of the services. |
23 | 23 |
|
24 | | -## Create the Traefik Configuration |
| 24 | +## Create the Traefik Configuration |
25 | 25 |
|
26 | 26 | The next step is to add the Traefik middleware configuration to your instance's dynamic configuration. |
27 | 27 |
|
|
49 | 49 | - X-authentik-meta-version |
50 | 50 | ``` |
51 | 51 |
|
52 | | -## Protecting Services |
| 52 | +## Protecting Services |
53 | 53 |
|
54 | 54 | To protect a service, the Traefik middleware label must be added to the container's Docker Compose configuration: |
55 | 55 |
|
|
0 commit comments