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.