diff --git a/authentik/sources/oauth/types/discord.py b/authentik/sources/oauth/types/discord.py index a97cca546..cee0aa07b 100644 --- a/authentik/sources/oauth/types/discord.py +++ b/authentik/sources/oauth/types/discord.py @@ -12,6 +12,7 @@ class DiscordOAuthRedirect(OAuthRedirect): def get_additional_parameters(self, source): # pragma: no cover return { "scope": "email identify", + "prompt": "none", }