-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve support for IAS tokens (#4799)
* chore: Improve client credentials cache and tenant retrieval * fix tests * fix tests * support IAS tokens * fix tests * minor improvement * Add changelog * fix public api * Update packages/connectivity/src/scp-cf/destination/destination-from-service.ts * Update packages/connectivity/src/scp-cf/destination/destination-from-service.ts * Update packages/connectivity/src/scp-cf/destination/destination-from-service.ts Co-authored-by: Matthias Kuhr <[email protected]> * feat: base token exchange on destination service * send tenant id with request * Fixes from review * fix tests * Revert "feat: base token exchange on destination service" This reverts commit 18a2fdc. * dummy * fixes after merge * Changes from lint:fix * fix doc * Update packages/connectivity/src/scp-cf/destination/destination-service.ts * Changes from lint:fix * remove conditional * improve function api * update interface * remove todo * Changes from lint:fix * Update .changeset/empty-eggs-sell.md * Update packages/connectivity/src/scp-cf/jwt.ts --------- Co-authored-by: Matthias Kuhr <[email protected]> Co-authored-by: Tom Frenken <[email protected]> Co-authored-by: cloud-sdk-js <[email protected]> Co-authored-by: Tom Frenken <[email protected]>
- Loading branch information
1 parent
afb6cc8
commit 06e5c72
Showing
20 changed files
with
197 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sap-cloud-sdk/connectivity': minor | ||
--- | ||
|
||
[New Functionality] Support IAS tokens without the need to pass `iss` in the destination fetch options. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.