You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[connectivity] The combination of iss and jwt is now supported when fetching destinations. When both properties are set, the iss property is no longer ignored. (28b7af8)
New Functionalities
[connectivity] Add support for authentication type NoAuthentication on-premise destinations. (039412e)
[connectivity] Allow combination of iss an jwt when fetching a destination. In this case the iss URL will be used to fetch the destination service token and jwt will be used for the x-user-token header of user based authentication types. (28b7af8)
Fixed Issues
[odata-common] Adjust FromJsonType to stricter typings in TypeScript 5. (cc8425a)