diff --git a/changelog.d/20240918_224616_sirosen_control_tokenstorage_identity_id_extraction.rst b/changelog.d/20240918_224616_sirosen_control_tokenstorage_identity_id_extraction.rst new file mode 100644 index 000000000..4dead5bc1 --- /dev/null +++ b/changelog.d/20240918_224616_sirosen_control_tokenstorage_identity_id_extraction.rst @@ -0,0 +1,8 @@ +Fixed +~~~~~ + +.. rubric:: Experimental + +- Fix the handling of Dependent Token and Refresh Token responses in + ``TokenStorage`` and ``GlobusApp``'s internal ``ValidatingTokenStorage`` in + ordr to ensure that ``id_token`` is only parsed when appropriate. (:pr:`NUMBER`)