]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-oauth2: Ensure aud field has client_id when set.
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 8 May 2023 05:21:43 +0000 (08:21 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 29 Aug 2023 07:08:45 +0000 (07:08 +0000)
commit63e0c9ede4763f89b3a169eb8350e892fc7554b7
treef008ca4d7293716425c9807c65fbca83bfbd5bac
parent18576fde011f58d2a3179b8ee381cb1d34b1d375
lib-oauth2: Ensure aud field has client_id when set.

OpenID Connect 1.0 specification says that "aud" field must contain
OAuth 2.0 client_id of the Relying Party as an audience value.
src/lib-oauth2/oauth2-jwt.c