auth-backend: revert microsoft auth implementation

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-23 11:23:43 +02:00
parent bd2cdcb5d2
commit 96c4f54bf6
9 changed files with 962 additions and 34 deletions
+12
View File
@@ -179,6 +179,18 @@ 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;