wip
This commit is contained in:
parent
c7fc57cc7e
commit
4490d2cb3b
@ -1,8 +1,7 @@
|
||||
import { User } from '../types';
|
||||
import xmlbuilder from 'xmlbuilder';
|
||||
import crypto, { sign } from 'crypto';
|
||||
import crypto from 'crypto';
|
||||
import { SignedXml, FileKeyInfo } from 'xml-crypto';
|
||||
import { fetchPrivateKey, fetchPublicKey, stripCertHeaderAndFooter } from './certificate';
|
||||
|
||||
const createResponseXML = async (params: {
|
||||
idpIdentityId: string,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user