providers/oauth2: fix typo (#4803)
This commit is contained in:
parent
e81a065855
commit
5e60db8593
|
@ -42,7 +42,7 @@ urlpatterns = [
|
|||
path("<slug:application_slug>/jwks/", JWKSView.as_view(), name="jwks"),
|
||||
path(
|
||||
"<slug:application_slug>/",
|
||||
RedirectView.as_view(pattern_name="authentk_providers_oauth2:provider-info"),
|
||||
RedirectView.as_view(pattern_name="authentik_providers_oauth2:provider-info"),
|
||||
name="provider-root",
|
||||
),
|
||||
path(
|
||||
|
|
|
@ -17,7 +17,7 @@ Due to the way the Duo API works, authentik can only automatically import existi
|
|||
:::
|
||||
|
||||
:::info
|
||||
This requires authentk 2022.9
|
||||
This requires authentik 2022.9
|
||||
:::
|
||||
|
||||
To import a device, open the Stages list in the authentik Admin interface. On the right next to the import button you'll see an import button, with which you can import Duo devices to authentik users.
|
||||
|
|
Reference in New Issue