Skip to content

Commit 74beba6

Browse files
committed
Use legacy transmission for Cloud SSO payload
1 parent 9072623 commit 74beba6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

keeperapi/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keeperapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@keeper-security/keeperapi",
33
"description": "Keeper API Javascript SDK",
4-
"version": "17.0.4",
4+
"version": "17.0.5",
55
"browser": "dist/index.es.js",
66
"main": "dist/index.cjs.js",
77
"types": "dist/node/index.d.ts",

keeperapi/src/endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ export class KeeperEndpoint {
336336
payload: SsoCloud.SsoCloudRequest.encode(payload).finish(),
337337
transmissionKey: this._transmissionKey,
338338
locale: this.locale,
339-
useHpkeForTransmissionKey: this.useHpkeForTransmissionKey
339+
useHpkeForTransmissionKey: false // HPKE not currently supported for Cloud SSO payload (KA-7996)
340340
})
341341
return webSafe64FromBytes(request)
342342
}

0 commit comments

Comments
 (0)