Skip to content

3.7.2

Choose a tag to compare

@NiklasHerrmann21 NiklasHerrmann21 released this 04 May 13:10
· 7 commits to main-3.x since this release
d1f6f21
  • Fix multi-tenant IAS token exchange by adding app_tid parameter to the token exchange request in DefaultIdTokenExtension
    • In multi-tenant applications, IAS requires app_tid in addition to client_id to uniquely identify the application
    • The app_tid is extracted from the incoming access token and included when present