Merge branch 'main' of github.com:boxyhq/mock-saml
This commit is contained in:
commit
faa3946353
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user