GitLab is an OpenIdConnectApi

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
Jamie Klassen
2023-02-27 21:03:56 -05:00
parent 456eaa8cf8
commit ab750ddc4f
4 changed files with 20 additions and 3 deletions
+5 -1
View File
@@ -23,7 +23,11 @@ export class ScmAuth implements ScmAuthApi {
ScmAuthApi,
{
github: OAuthApi & ProfileInfoApi & BackstageIdentityApi & SessionApi;
gitlab: OAuthApi & ProfileInfoApi & BackstageIdentityApi & SessionApi;
gitlab: OAuthApi &
OpenIdConnectApi &
ProfileInfoApi &
BackstageIdentityApi &
SessionApi;
azure: OAuthApi &
OpenIdConnectApi &
ProfileInfoApi &