From 22e9ee8675d559bb829d92545333331d4ebe5f35 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 10 Apr 2018 21:51:39 -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 74e4d48..61494d8 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -10,6 +10,7 @@ Unreleased * Added: OAuth2 grant_type client_credentials support. * Added: pep8 compliance and checker. +* Added: Setting OIDC_IDTOKEN_INCLUDE_CLAIMS supporting claims inside id_token. * Changed: Test suit now uses pytest. * Fixed: Infinite callback loop in the check-session iframe.