diff --git a/authentik/sources/oauth/types/manager.py b/authentik/sources/oauth/types/manager.py index b70171207..d88215dca 100644 --- a/authentik/sources/oauth/types/manager.py +++ b/authentik/sources/oauth/types/manager.py @@ -49,7 +49,7 @@ class SourceType: "type": ChallengeTypes.REDIRECT.value, "to": reverse( "authentik_sources_oauth:oauth-client-login", - kwargs={"source_slug": self.slug}, + kwargs={"source_slug": source.slug}, ), } )