@sap/xssec
Advanced tools
Comparing version 3.3.3 to 3.3.4
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 3.3.4 - 2023-09-06 | ||
- Fix IAS token exchange with X509 binding | ||
## 3.3.3 - 2023-08-08 | ||
@@ -5,0 +8,0 @@ - Send either both x-app_tid & x-client_id headers or none of them to IAS /certs endpoint to prevent bad request |
@@ -136,6 +136,4 @@ 'use strict'; | ||
} | ||
} else { | ||
if (serviceCredentials.certificate) { | ||
urlWithCorrectSubdomain = serviceCredentials.certurl; | ||
} | ||
} else if (serviceCredentials.certificate && serviceCredentials.certurl) { | ||
urlWithCorrectSubdomain = serviceCredentials.certurl; | ||
} | ||
@@ -142,0 +140,0 @@ |
{ | ||
"name": "@sap/xssec", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "XS Advanced Container Security API for node.js", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149614
2317