Add checks for blank cert and implement logout configs

This commit is contained in:
Joel Low
2021-01-08 13:03:15 +08:00
parent 722ad34067
commit 468579734a
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ export interface Config {
};
saml?: {
entryPoint: string;
logoutUrl?: string;
issuer: string;
cert?: string;
privateKey?: string;