auth-backend: migrate microsoft provider to separate module

Signed-off-by: Chris Gemmell <chris.gemmell8@gmail.com>
This commit is contained in:
Chris
2023-09-23 15:17:47 +10:00
committed by Chris Gemmell
parent 601b766e3a
commit 2d8f7e82c1
21 changed files with 523 additions and 953 deletions
-12
View File
@@ -179,18 +179,6 @@ export interface Config {
};
};
/** @visibility frontend */
microsoft?: {
[authEnv: string]: {
clientId: string;
/**
* @visibility secret
*/
clientSecret: string;
tenantId: string;
callbackUrl?: string;
};
};
/** @visibility frontend */
onelogin?: {
[authEnv: string]: {
clientId: string;