diff --git a/authentik/providers/oauth2/views/token.py b/authentik/providers/oauth2/views/token.py index 78931b6c8..b5aaf6b0d 100644 --- a/authentik/providers/oauth2/views/token.py +++ b/authentik/providers/oauth2/views/token.py @@ -495,6 +495,7 @@ class TokenView(View): access_token, self.request, ) + access_token.id_token.nonce = self.params.authorization_code.nonce access_token.save() response = {