@boxyhq/saml20
Advanced tools
Comparing version 1.4.13-beta.1371 to 1.4.13-beta.1373
@@ -9,3 +9,3 @@ import { PubKeyInfo } from './cert'; | ||
x509cert: string; | ||
wantAuthnRequestsSigned: false; | ||
wantAuthnRequestsSigned: boolean; | ||
}) => string; | ||
@@ -12,0 +12,0 @@ createSPMetadataXML: ({ entityId, publicKeyString, acsUrl, encryption, }: { |
@@ -6,3 +6,3 @@ declare const parseMetadata: (idpMeta: string, validateOpts: any) => Promise<Record<string, any>>; | ||
x509cert: string; | ||
wantAuthnRequestsSigned: false; | ||
wantAuthnRequestsSigned: boolean; | ||
}) => string; | ||
@@ -9,0 +9,0 @@ declare const createSPMetadataXML: ({ entityId, publicKeyString, acsUrl, encryption, }: { |
{ | ||
"name": "@boxyhq/saml20", | ||
"version": "1.4.13-beta.1371", | ||
"version": "1.4.13-beta.1373", | ||
"description": "SAML 2.0 token parser for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
69305