Bump passport-saml to version 3

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-08-31 16:33:17 +02:00
parent 2a105f4514
commit 19f45179a5
6 changed files with 56 additions and 60 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export interface Config {
entryPoint: string;
logoutUrl?: string;
issuer: string;
cert?: string;
cert: string;
privateKey?: string;
decryptionPvk?: string;
signatureAlgorithm?: 'sha256' | 'sha512';