chore: upgrade passport-saml to fix security issue
This commit is contained in:
Vendored
+1
-1
@@ -51,7 +51,7 @@ export interface Config {
|
||||
cert?: string;
|
||||
privateKey?: string;
|
||||
decryptionPvk?: string;
|
||||
signatureAlgorithm?: 'sha1' | 'sha256' | 'sha512';
|
||||
signatureAlgorithm?: 'sha256' | 'sha512';
|
||||
digestAlgorithm?: string;
|
||||
};
|
||||
okta?: {
|
||||
|
||||
Reference in New Issue
Block a user