From beb33c52582d2d3776807f59a8566ef51c4781b3 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Wed, 28 Feb 2024 08:36:18 +0200 Subject: [PATCH] fix supported idp types array --- codefresh/internal/idp/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/internal/idp/schema.go b/codefresh/internal/idp/schema.go index d068b74..5851b98 100644 --- a/codefresh/internal/idp/schema.go +++ b/codefresh/internal/idp/schema.go @@ -8,7 +8,7 @@ import ( ) var ( - SupportedIdps = []string{GitHub, GitLab, Okta, Google, Auth0, Auth0, OneLogin, Keycloak, SAML, LDAP} + SupportedIdps = []string{GitHub, GitLab, Okta, Google, Auth0, Azure, OneLogin, Keycloak, SAML, LDAP} IdpSchema = map[string]*schema.Schema{ "display_name": { Description: "The display name for the IDP.",