Merge pull request #22208 from Bonial-International-GmbH/pjungermann/auth-ms

auth-backend: use externalized microsoft auth implementation again
This commit is contained in:
Patrik Oldsberg
2024-01-21 21:11:17 +01:00
committed by GitHub
9 changed files with 39 additions and 957 deletions
-12
View File
@@ -164,18 +164,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;