4.0.5
-
Restore deprecated
HttpClientFactory.servicesfield and ServiceLoader-based factory discovery for backward compatibility- Custom
HttpClientFactoryimplementations registered viaMETA-INF/servicesare discovered again - A deprecation warning is logged when a custom factory is used, guiding users to migrate to
SecurityHttpClientFactorywithSecurityHttpClientProvider - Token services with default (no-arg) constructors continue to use the new
SecurityHttpClientProviderinternally
- Custom
-
Fix multi-tenant IAS token exchange by adding
app_tidparameter to the token exchange request inDefaultIdTokenExtension- In multi-tenant applications, IAS requires
app_tidin addition toclient_idto uniquely identify the application - The
app_tidis extracted from the incoming access token and included when present
- In multi-tenant applications, IAS requires