add Cloudflare Access authentication provider

Signed-off-by: Renlord Yang <renlord@cloudflare.com>
Signed-off-by: Renlord Yang <me@renlord.com>
This commit is contained in:
Renlord Yang
2022-06-23 03:39:27 +00:00
committed by Renlord Yang
parent d1c04da5d0
commit 3cedfd8365
11 changed files with 601 additions and 1 deletions
+3
View File
@@ -116,6 +116,9 @@ export interface Config {
issuer?: string;
region: string;
};
cfaccess?: {
teamName: string;
};
};
};
}