@boxyhq/saml20
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -5,2 +5,11 @@ import { PubKeyInfo } from './cert'; | ||
parseMetadata: (idpMeta: string, validateOpts: any) => Promise<Record<string, any>>; | ||
createSAMLResponse: ({ audience, issuer, acsUrl, claims, requestId, privateKey, publicKey, }: { | ||
audience: string; | ||
issuer: string; | ||
acsUrl: string; | ||
claims: Record<string, any>; | ||
requestId: string; | ||
privateKey: string; | ||
publicKey: string; | ||
}) => Promise<string>; | ||
request: ({ ssoUrl, entityID, callbackUrl, isPassive, forceAuthn, identifierFormat, providerName, signingKey, publicKey, }: import("./typings").SAMLReq) => { | ||
@@ -7,0 +16,0 @@ id: string; |
@@ -14,2 +14,3 @@ 'use strict'; | ||
parseMetadata: metadata_1.parseMetadata, | ||
createSAMLResponse: response_1.createSAMLResponse, | ||
request: request_1.request, | ||
@@ -16,0 +17,0 @@ parseSAMLRequest: request_1.parseSAMLRequest, |
{ | ||
"name": "@boxyhq/saml20", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"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
61429
1295