Merge branch 'main' of github.com:boxyhq/mock-saml

This commit is contained in:
Aswin V 2022-02-23 18:06:05 +05:30
commit faa3946353

View File

@ -194,7 +194,7 @@ const signResponseXML = async (xml: string, signingKey: any, publicKey: any): Pr
// @ts-ignore
sig.keyInfoProvider = new GetKeyInfo(publicKey, {
prefix: 'ds',
prefix: '',
});
sig.signingKey = signingKey;