providers/oauth2: fix missing nonce in id_token (#8072)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2024-01-05 17:27:53 +01:00 committed by GitHub
parent cd61cb3847
commit 78396717fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {