From 6e442a5f350efda58a94579c5f48e9b1876ab33e Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Wed, 4 Jul 2018 16:27:57 -0300 Subject: [PATCH] Update changelog.rst --- docs/sections/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 7497fb7..68f7dd0 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -14,6 +14,7 @@ Unreleased * Changed: pass token and request to OIDC_IDTOKEN_PROCESSING_HOOK. * Fixed: CORS OPTIONS request blocked on userinfo request. * Fixed: fix settings to support falsy valued overrides. +* Fixed: token introspection "aud" and "client_id" response. 0.6.0 =====