Update idp discovery types

This commit is contained in:
Benjamin A. Petersen
2024-04-10 15:05:18 -04:00
parent 7968ed6d69
commit 0edee37498
11 changed files with 0 additions and 11 deletions

View File

@@ -15,7 +15,6 @@ const (
IDPTypeOIDC IDPType = "oidc"
IDPTypeLDAP IDPType = "ldap"
IDPTypeActiveDirectory IDPType = "activedirectory"
IDPTypeGitHub IDPType = "github"
IDPFlowCLIPassword IDPFlow = "cli_password"
IDPFlowBrowserAuthcode IDPFlow = "browser_authcode"