Set acceptedClockSkewMs SAML configuration optional

Signed-off-by: Stéphane MORI <stephane.mori@gmail.com>
This commit is contained in:
Stéphane MORI
2021-07-27 15:01:54 +02:00
committed by blam
parent 6a5d98d1af
commit 04be344a8f
+1 -1
View File
@@ -53,7 +53,7 @@ export interface Config {
decryptionPvk?: string;
signatureAlgorithm?: 'sha256' | 'sha512';
digestAlgorithm?: string;
acceptedClockSkewMs: number;
acceptedClockSkewMs?: number;
};
okta?: {
[authEnv: string]: { [key: string]: string };