providers/oauth2: fix typo (#4803)

This commit is contained in:
Jens L 2023-02-27 17:17:48 +01:00 committed by GitHub
parent e81a065855
commit 5e60db8593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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.