Add checks for blank cert and implement logout configs
This commit is contained in:
Vendored
+1
@@ -46,6 +46,7 @@ export interface Config {
|
||||
};
|
||||
saml?: {
|
||||
entryPoint: string;
|
||||
logoutUrl?: string;
|
||||
issuer: string;
|
||||
cert?: string;
|
||||
privateKey?: string;
|
||||
|
||||
Reference in New Issue
Block a user