Skip to content

AireIdentity Release Notes

Version: 2.18.0
Release Date: 9 September 2026

Summary of Changes

✨ New Features

  • Added Support for OAuth Token Exchange (ID-1193)
  • OAuth Client Support for Token Exchange (ID-1195)

🔒 Security Enhancement

  • More Secure Token Exchange Caching (ID-1198)

Detailed Changes

✨ New Features


Added Support for OAuth Token Exchange (ID-1193)

Description

AireIdentity now supports the OAuth 2.0 token exchange grant type as a validator, checking the incoming token's tenant and applying the same handling used for delegated token exchange.

What this means for you

You can now exchange tokens between services using the standard OAuth token exchange flow, making it easier to build secure, multi-tenant integrations.

OAuth Client Support for Token Exchange (ID-1195)

Description

The OAuth Client package has been updated to support the new Token Exchange grant type added to AireIdentity, allowing client applications to make use of it.

What this means for you

If you use the OAuth Client package, you can now take advantage of Token Exchange in your applications without needing to implement the grant type yourself.