mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +00:00
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! added first event
This commit is contained in:
@@ -18,10 +18,10 @@ const (
|
||||
IDPTypeOAuth
|
||||
IDPTypeLDAP
|
||||
IDPTypeAzure
|
||||
IDPTypeGithub
|
||||
IDPTypeGithubEnterprise
|
||||
IDPTypeGitlab
|
||||
IDPTypeGitlabSelfHosted
|
||||
IDPTypeGitHub
|
||||
IDPTypeGitHubEnterprise
|
||||
IDPTypeGitLab
|
||||
IDPTypeGitLabSelfHosted
|
||||
IDPTypeGoogle
|
||||
IDPTypeApple
|
||||
IDPTypeSAML
|
||||
|
@@ -30,16 +30,16 @@ func _IDPTypeNoOp() {
|
||||
_ = x[IDPTypeOAuth-(3)]
|
||||
_ = x[IDPTypeLDAP-(4)]
|
||||
_ = x[IDPTypeAzure-(5)]
|
||||
_ = x[IDPTypeGithub-(6)]
|
||||
_ = x[IDPTypeGithubEnterprise-(7)]
|
||||
_ = x[IDPTypeGitlab-(8)]
|
||||
_ = x[IDPTypeGitlabSelfHosted-(9)]
|
||||
_ = x[IDPTypeGitHub-(6)]
|
||||
_ = x[IDPTypeGitHubEnterprise-(7)]
|
||||
_ = x[IDPTypeGitLab-(8)]
|
||||
_ = x[IDPTypeGitLabSelfHosted-(9)]
|
||||
_ = x[IDPTypeGoogle-(10)]
|
||||
_ = x[IDPTypeApple-(11)]
|
||||
_ = x[IDPTypeSAML-(12)]
|
||||
}
|
||||
|
||||
var _IDPTypeValues = []IDPType{IDPTypeUnspecified, IDPTypeOIDC, IDPTypeJWT, IDPTypeOAuth, IDPTypeLDAP, IDPTypeAzure, IDPTypeGithub, IDPTypeGithubEnterprise, IDPTypeGitlab, IDPTypeGitlabSelfHosted, IDPTypeGoogle, IDPTypeApple, IDPTypeSAML}
|
||||
var _IDPTypeValues = []IDPType{IDPTypeUnspecified, IDPTypeOIDC, IDPTypeJWT, IDPTypeOAuth, IDPTypeLDAP, IDPTypeAzure, IDPTypeGitHub, IDPTypeGitHubEnterprise, IDPTypeGitLab, IDPTypeGitLabSelfHosted, IDPTypeGoogle, IDPTypeApple, IDPTypeSAML}
|
||||
|
||||
var _IDPTypeNameToValueMap = map[string]IDPType{
|
||||
_IDPTypeName[0:11]: IDPTypeUnspecified,
|
||||
@@ -54,14 +54,14 @@ var _IDPTypeNameToValueMap = map[string]IDPType{
|
||||
_IDPTypeLowerName[23:27]: IDPTypeLDAP,
|
||||
_IDPTypeName[27:32]: IDPTypeAzure,
|
||||
_IDPTypeLowerName[27:32]: IDPTypeAzure,
|
||||
_IDPTypeName[32:38]: IDPTypeGithub,
|
||||
_IDPTypeLowerName[32:38]: IDPTypeGithub,
|
||||
_IDPTypeName[38:54]: IDPTypeGithubEnterprise,
|
||||
_IDPTypeLowerName[38:54]: IDPTypeGithubEnterprise,
|
||||
_IDPTypeName[54:60]: IDPTypeGitlab,
|
||||
_IDPTypeLowerName[54:60]: IDPTypeGitlab,
|
||||
_IDPTypeName[60:76]: IDPTypeGitlabSelfHosted,
|
||||
_IDPTypeLowerName[60:76]: IDPTypeGitlabSelfHosted,
|
||||
_IDPTypeName[32:38]: IDPTypeGitHub,
|
||||
_IDPTypeLowerName[32:38]: IDPTypeGitHub,
|
||||
_IDPTypeName[38:54]: IDPTypeGitHubEnterprise,
|
||||
_IDPTypeLowerName[38:54]: IDPTypeGitHubEnterprise,
|
||||
_IDPTypeName[54:60]: IDPTypeGitLab,
|
||||
_IDPTypeLowerName[54:60]: IDPTypeGitLab,
|
||||
_IDPTypeName[60:76]: IDPTypeGitLabSelfHosted,
|
||||
_IDPTypeLowerName[60:76]: IDPTypeGitLabSelfHosted,
|
||||
_IDPTypeName[76:82]: IDPTypeGoogle,
|
||||
_IDPTypeLowerName[76:82]: IDPTypeGoogle,
|
||||
_IDPTypeName[82:87]: IDPTypeApple,
|
||||
|
Reference in New Issue
Block a user