Skip to content

Commit

Permalink
fix supported idp types array
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Feb 28, 2024
1 parent fa552a1 commit beb33c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codefresh/internal/idp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit beb33c5

Please sign in to comment.