website/docs: fix inconsistent version number
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e59ede5422
commit
128b582dd6
|
@ -19,7 +19,7 @@ This will send a POST request to the given URL with the following contents:
|
||||||
|
|
||||||
The `Content-Type` header is set to `text/json`.
|
The `Content-Type` header is set to `text/json`.
|
||||||
|
|
||||||
Starting in 2021.10, you can also select a Notification mapping. This allows you to freely configure the request's payload. For example:
|
Starting in 2021.9, you can also select a Notification mapping. This allows you to freely configure the request's payload. For example:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -17,7 +17,7 @@ Due to the way the Duo API works, authentik cannot automatically import existing
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
This API requires version 2021.10.1 or later
|
This API requires version 2021.9.1 or later
|
||||||
:::
|
:::
|
||||||
|
|
||||||
You can call the `/api/v3/stages/authenticator/duo/{stage_uuid}/import_devices/` endpoint ([see here](https://goauthentik.io/api/#post-/stages/authenticator/duo/-stage_uuid-/import_devices/)) using the following parameters:
|
You can call the `/api/v3/stages/authenticator/duo/{stage_uuid}/import_devices/` endpoint ([see here](https://goauthentik.io/api/#post-/stages/authenticator/duo/-stage_uuid-/import_devices/)) using the following parameters:
|
||||||
|
|
|
@ -22,7 +22,7 @@ services:
|
||||||
AUTHENTIK_HOST: https://your-authentik.tld
|
AUTHENTIK_HOST: https://your-authentik.tld
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
AUTHENTIK_TOKEN: token-generated-by-authentik
|
AUTHENTIK_TOKEN: token-generated-by-authentik
|
||||||
# Starting with 2021.10, you can optionally set this too
|
# Starting with 2021.9, you can optionally set this too
|
||||||
# when authentik_host for internal communication doesn't match the public URL
|
# when authentik_host for internal communication doesn't match the public URL
|
||||||
# AUTHENTIK_HOST_BROWSER: https://external-domain.tld
|
# AUTHENTIK_HOST_BROWSER: https://external-domain.tld
|
||||||
# Or, for the LDAP Outpost
|
# Or, for the LDAP Outpost
|
||||||
|
|
|
@ -215,7 +215,7 @@ services:
|
||||||
AUTHENTIK_HOST: https://your-authentik.tld
|
AUTHENTIK_HOST: https://your-authentik.tld
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
AUTHENTIK_TOKEN: token-generated-by-authentik
|
AUTHENTIK_TOKEN: token-generated-by-authentik
|
||||||
# Starting with 2021.10, you can optionally set this too
|
# Starting with 2021.9, you can optionally set this too
|
||||||
# when authentik_host for internal communication doesn't match the public URL
|
# when authentik_host for internal communication doesn't match the public URL
|
||||||
# AUTHENTIK_HOST_BROWSER: https://external-domain.tld
|
# AUTHENTIK_HOST_BROWSER: https://external-domain.tld
|
||||||
labels:
|
labels:
|
||||||
|
|
Reference in New Issue