This version introduces several new features and tracks changes in the Globus Auth API’s behavior.
- The May 6, 2020 release of the Auth API changed the ID Token and token introspection results to include linked identity data, and eliminated the need for an extra scope for viewing linked identities. The explanations have been updated to reflect these changes.
- The Session panel now allows the user to add new authentications to the current session.
- The Identities panel now allows the user to lookup any linked identity.
- Links to specific panels work if the user is not logged in. After logging in, the app goes directly to the expected panel.
- The Session panel used to require two round-trips to the Auth API, one for introspection and one for UserInfo (to get the info needed to decode identity data in the session data structure). Now that the introspection results include linked identity details, the UserInfo request is no longer necessary.