website/docs: fix lint (#12287)
This commit is contained in:
committed by
GitHub
parent
5c2853bf73
commit
84bc0b6fdd
@ -23,6 +23,7 @@ spec:
|
|||||||
- X-authentik-meta-app
|
- X-authentik-meta-app
|
||||||
- X-authentik-meta-version
|
- X-authentik-meta-version
|
||||||
```
|
```
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
Traefik changed the apiVersion of the middleware CRD in version 3.0, for older versions please subsititue "apiVersion: traefik.containo.us/v1alpha1"
|
Traefik changed the apiVersion of the middleware CRD in version 3.0, for older versions please subsititue "apiVersion: traefik.containo.us/v1alpha1"
|
||||||
:::
|
:::
|
||||||
|
|||||||
@ -29,9 +29,9 @@ The following placeholders will be used:
|
|||||||
3. Ensure the **Client Type** is set to `Public`.
|
3. Ensure the **Client Type** is set to `Public`.
|
||||||
4. Note the generated **Client ID** and **Client Secret**.
|
4. Note the generated **Client ID** and **Client Secret**.
|
||||||
5. In the provider settings, add the following redirect URLs under **Redirect URIs/Origins**:
|
5. In the provider settings, add the following redirect URLs under **Redirect URIs/Origins**:
|
||||||
- Strict; https://netbird.company
|
- Strict; `https://netbird.company`
|
||||||
- Regex; https://netbird.company/.*
|
- Regex; `https://netbird.company/.*`
|
||||||
- Strict; http://localhost:53000
|
- Strict; `http://localhost:53000`
|
||||||
6. Under **Signing Key**, select an available key. By default, the authentik self-signed certificate is available.
|
6. Under **Signing Key**, select an available key. By default, the authentik self-signed certificate is available.
|
||||||
7. Under **Advanced Protocol Settings**, set the **Access Code Validity** to `minutes=10` and set the **Subject Mode** to `Based on the User's ID`.
|
7. Under **Advanced Protocol Settings**, set the **Access Code Validity** to `minutes=10` and set the **Subject Mode** to `Based on the User's ID`.
|
||||||
8. Click **Finish** to save the provider configuration.
|
8. Click **Finish** to save the provider configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user