OptionaliasOption to enable/disable the IAS token to XSUAA token exchange.
OptionalissThis property is only considered in case no jwt is provided.
It is meant for situations where you do not have a token e.g. background processes.
The value for iss is the issuer field of a JWT e.g. https://
ATTENTION: If this property is used, no validation of the provided subdomain value is done.
This differs from how the jwt is handled.
Never pass a user-supplied or request-derived value directly to this field without verification.
An unvalidated iss value controls which BTP tenant's destinations (including embedded credentials and
OAuth tokens) are returned, enabling cross-tenant data access if an attacker can influence this value.
So be careful that the used value is not manipulated and breaks the tenant isolation of your application.
OptionaljwtThe user token of the current request.
ATTENTION: The property is mandatory in the following cases:
OAuth2UserTokenExchange, OAuth2JWTBearer, OAuth2SAMLBearerAssertion, SAMLAssertion or PrincipalPropagation.selectionStrategy is set to alwaysSubscriber.iasOptions parameter when used with getDestinationFromServiceBinding.OptionalrefreshThe token is used to request an access token from an OAuth server.
The value is mandatory for authentication type OAuth2RefreshToken and is ignored for other authentication types.
The value must be provided in a refresh token format.
OptionalselectionMethod that implements the selection strategy of the retrieved destination. Uses subscriberFirst per default. Use the selector helper DestinationSelectionStrategies to select the appropriate selection strategy.
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Options to configure the behavior of the destination accessor.
See
DestinationFetchOptions