auth-backend: migrate gitlab provider to separate module

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-20 15:08:37 +02:00
parent 20def974d5
commit 080cc77947
19 changed files with 465 additions and 416 deletions
-12
View File
@@ -96,18 +96,6 @@ export interface Config {
};
};
/** @visibility frontend */
gitlab?: {
[authEnv: string]: {
clientId: string;
/**
* @visibility secret
*/
clientSecret: string;
audience?: string;
callbackUrl?: string;
};
};
/** @visibility frontend */
saml?: {
entryPoint: string;
logoutUrl?: string;