sources/oauth: fix type lookup for openid not matching
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ba6849f29c
commit
3ddf2d6f85
|
@ -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:
|
||||
|
|
Reference in New Issue