From 5e60db8593dd599d607cb33e76b0e7598e187efa Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 27 Feb 2023 17:17:48 +0100 Subject: [PATCH] providers/oauth2: fix typo (#4803) --- authentik/providers/oauth2/urls.py | 2 +- website/docs/flow/stages/authenticator_duo/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/providers/oauth2/urls.py b/authentik/providers/oauth2/urls.py index 8c5b2290f..70c6e1239 100644 --- a/authentik/providers/oauth2/urls.py +++ b/authentik/providers/oauth2/urls.py @@ -42,7 +42,7 @@ urlpatterns = [ path("/jwks/", JWKSView.as_view(), name="jwks"), path( "/", - RedirectView.as_view(pattern_name="authentk_providers_oauth2:provider-info"), + RedirectView.as_view(pattern_name="authentik_providers_oauth2:provider-info"), name="provider-root", ), path( diff --git a/website/docs/flow/stages/authenticator_duo/index.md b/website/docs/flow/stages/authenticator_duo/index.md index 61839f688..abcd1c54f 100644 --- a/website/docs/flow/stages/authenticator_duo/index.md +++ b/website/docs/flow/stages/authenticator_duo/index.md @@ -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.