added new params to the config schema
Signed-off-by: gracheva <gracheva@tutu.tech>
This commit is contained in:
Vendored
+2
@@ -50,6 +50,8 @@ export interface Config {
|
||||
issuer: string;
|
||||
cert: string;
|
||||
privateKey?: string;
|
||||
authnContext?: string[];
|
||||
identifierFormat?: string;
|
||||
decryptionPvk?: string;
|
||||
signatureAlgorithm?: 'sha256' | 'sha512';
|
||||
digestAlgorithm?: string;
|
||||
|
||||
Reference in New Issue
Block a user