chore: upgrade passport-saml to fix security issue

This commit is contained in:
jmfrancois
2021-01-13 10:45:31 +01:00
parent 936659f71f
commit 30cc3e44ba
3 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export interface Config {
cert?: string;
privateKey?: string;
decryptionPvk?: string;
signatureAlgorithm?: 'sha1' | 'sha256' | 'sha512';
signatureAlgorithm?: 'sha256' | 'sha512';
digestAlgorithm?: string;
};
okta?: {