Set acceptedClockSkewMs SAML configuration optional
Signed-off-by: Stéphane MORI <stephane.mori@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -53,7 +53,7 @@ export interface Config {
|
||||
decryptionPvk?: string;
|
||||
signatureAlgorithm?: 'sha256' | 'sha512';
|
||||
digestAlgorithm?: string;
|
||||
acceptedClockSkewMs: number;
|
||||
acceptedClockSkewMs?: number;
|
||||
};
|
||||
okta?: {
|
||||
[authEnv: string]: { [key: string]: string };
|
||||
|
||||
Reference in New Issue
Block a user