GitLab is an OpenIdConnectApi
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user