diff --git a/authentik/sources/oauth/models.py b/authentik/sources/oauth/models.py index 13b0bf364..10ac37be8 100644 --- a/authentik/sources/oauth/models.py +++ b/authentik/sources/oauth/models.py @@ -163,7 +163,7 @@ class AzureADOAuthSource(OAuthSource): verbose_name_plural = _("Azure AD OAuth Sources") -class OpenIDOAuthSource(OAuthSource): +class OpenIDConnectOAuthSource(OAuthSource): """Login using a Generic OpenID-Connect compliant provider.""" class Meta: