domain

package
v1.87.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2022 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UsersAssetPath  = "users"
	AvatarAssetPath = "/avatar"

	LabelPolicyPrefix = policyPrefix + "/label"

	Dark = "dark"

	CssPath              = LabelPolicyPrefix + "/css"
	CssVariablesFileName = "variables.css"

	LabelPolicyLogoPath = labelPolicyLogoPrefix
	LabelPolicyIconPath = labelPolicyIconPrefix
	LabelPolicyFontPath = labelPolicyFontPrefix
)
View Source
const (
	LoginCustomText = "Login"

	LoginKeyLogin                          = "Login."
	LoginKeyLoginTitle                     = LoginKeyLogin + "Title"
	LoginKeyLoginDescription               = LoginKeyLogin + "Description"
	LoginKeyLoginTitleLinkingProcess       = LoginKeyLogin + "TitleLinking"
	LoginKeyLoginDescriptionLinkingProcess = LoginKeyLogin + "DescriptionLinking"
	LoginKeyLoginNameLabel                 = LoginKeyLogin + "LoginNameLabel"
	LoginKeyLoginUsernamePlaceHolder       = LoginKeyLogin + "UsernamePlaceHolder"
	LoginKeyLoginLoginnamePlaceHolder      = LoginKeyLogin + "LoginnamePlaceHolder"
	LoginKeyLoginRegisterButtonText        = LoginKeyLogin + "RegisterButtonText"
	LoginKeyLoginNextButtonText            = LoginKeyLogin + "NextButtonText"
	LoginKeyLoginExternalUserDescription   = LoginKeyLogin + "ExternalUserDescription"
	LoginKeyLoginUserMustBeMemberOfOrg     = LoginKeyLogin + "MustBeMemberOfOrg"

	LoginKeySelectAccount                          = "SelectAccount."
	LoginKeySelectAccountTitle                     = LoginKeySelectAccount + "Title"
	LoginKeySelectAccountDescription               = LoginKeySelectAccount + "Description"
	LoginKeySelectAccountTitleLinkingProcess       = LoginKeySelectAccount + "TitleLinking"
	LoginKeySelectAccountDescriptionLinkingProcess = LoginKeySelectAccount + "DescriptionLinking"
	LoginKeySelectAccountOtherUser                 = LoginKeySelectAccount + "OtherUser"
	LoginKeySelectAccountSessionStateActive        = LoginKeySelectAccount + "SessionState0"
	LoginKeySelectAccountSessionStateInactive      = LoginKeySelectAccount + "SessionState1"
	LoginKeySelectAccountUserMustBeMemberOfOrg     = LoginKeySelectAccount + "MustBeMemberOfOrg"

	LoginKeyPassword               = "Password."
	LoginKeyPasswordTitle          = LoginKeyPassword + "Title"
	LoginKeyPasswordDescription    = LoginKeyPassword + "Description"
	LoginKeyPasswordLabel          = LoginKeyPassword + "PasswordLabel"
	LoginKeyPasswordMinLength      = LoginKeyPassword + "MinLength"
	LoginKeyPasswordHasUppercase   = LoginKeyPassword + "HasUppercase"
	LoginKeyPasswordHasLowercase   = LoginKeyPassword + "HasLowercase"
	LoginKeyPasswordHasNumber      = LoginKeyPassword + "HasNumber"
	LoginKeyPasswordHasSymbol      = LoginKeyPassword + "HasSymbol"
	LoginKeyPasswordConfirmation   = LoginKeyPassword + "Confirmation"
	LoginKeyPasswordResetLinkText  = LoginKeyPassword + "ResetLinkText"
	LoginKeyPasswordBackButtonText = LoginKeyPassword + "BackButtonText"
	LoginKeyPasswordNextButtonText = LoginKeyPassword + "NextButtonText"

	LoginKeyUsernameChange                 = "UsernameChange."
	LoginKeyUsernameChangeTitle            = LoginKeyUsernameChange + "Title"
	LoginKeyUsernameChangeDescription      = LoginKeyUsernameChange + "Description"
	LoginKeyUsernameChangeUsernameLabel    = LoginKeyUsernameChange + "UsernameLabel"
	LoginKeyUsernameChangeCancelButtonText = LoginKeyUsernameChange + "CancelButtonText"
	LoginKeyUsernameChangeNextButtonText   = LoginKeyUsernameChange + "NextButtonText"

	LoginKeyUsernameChangeDone               = "UsernameChangeDone."
	LoginKeyUsernameChangeDoneTitle          = LoginKeyUsernameChangeDone + "Title"
	LoginKeyUsernameChangeDoneDescription    = LoginKeyUsernameChangeDone + "Description"
	LoginKeyUsernameChangeDoneNextButtonText = LoginKeyUsernameChangeDone + "NextButtonText"

	LoginKeyInitPassword                        = "InitPassword."
	LoginKeyInitPasswordTitle                   = LoginKeyInitPassword + "Title"
	LoginKeyInitPasswordDescription             = LoginKeyInitPassword + "Description"
	LoginKeyInitPasswordCodeLabel               = LoginKeyInitPassword + "CodeLabel"
	LoginKeyInitPasswordNewPasswordLabel        = LoginKeyInitPassword + "NewPasswordLabel"
	LoginKeyInitPasswordNewPasswordConfirmLabel = LoginKeyInitPassword + "NewPasswordConfirmLabel"
	LoginKeyInitPasswordNextButtonText          = LoginKeyInitPassword + "NextButtonText"
	LoginKeyInitPasswordResendButtonText        = LoginKeyInitPassword + "ResendButtonText"

	LoginKeyInitPasswordDone                 = "InitPasswordDone."
	LoginKeyInitPasswordDoneTitle            = LoginKeyInitPasswordDone + "Title"
	LoginKeyInitPasswordDoneDescription      = LoginKeyInitPasswordDone + "Description"
	LoginKeyInitPasswordDoneNextButtonText   = LoginKeyInitPasswordDone + "NextButtonText"
	LoginKeyInitPasswordDoneCancelButtonText = LoginKeyInitPasswordDone + "CancelButtonText"

	LoginKeyEmailVerification                 = "EmailVerification."
	LoginKeyEmailVerificationTitle            = LoginKeyEmailVerification + "Title"
	LoginKeyEmailVerificationDescription      = LoginKeyEmailVerification + "Description"
	LoginKeyEmailVerificationCodeLabel        = LoginKeyEmailVerification + "CodeLabel"
	LoginKeyEmailVerificationNextButtonText   = LoginKeyEmailVerification + "NextButtonText"
	LoginKeyEmailVerificationResendButtonText = LoginKeyEmailVerification + "ResendButtonText"

	LoginKeyEmailVerificationDone                 = "EmailVerificationDone."
	LoginKeyEmailVerificationDoneTitle            = LoginKeyEmailVerificationDone + "Title"
	LoginKeyEmailVerificationDoneDescription      = LoginKeyEmailVerificationDone + "Description"
	LoginKeyEmailVerificationDoneNextButtonText   = LoginKeyEmailVerificationDone + "NextButtonText"
	LoginKeyEmailVerificationDoneCancelButtonText = LoginKeyEmailVerificationDone + "CancelButtonText"
	LoginKeyEmailVerificationDoneLoginButtonText  = LoginKeyEmailVerificationDone + "LoginButtonText"

	LoginKeyInitializeUser                        = "InitUser."
	LoginKeyInitializeUserTitle                   = LoginKeyInitializeUser + "Title"
	LoginKeyInitializeUserDescription             = LoginKeyInitializeUser + "Description"
	LoginKeyInitializeUserCodeLabel               = LoginKeyInitializeUser + "CodeLabel"
	LoginKeyInitializeUserNewPasswordLabel        = LoginKeyInitializeUser + "NewPasswordLabel"
	LoginKeyInitializeUserNewPasswordConfirmLabel = LoginKeyInitializeUser + "NewPasswordConfirm"
	LoginKeyInitializeUserResendButtonText        = LoginKeyInitializeUser + "ResendButtonText"
	LoginKeyInitializeUserNextButtonText          = LoginKeyInitializeUser + "NextButtonText"

	LoginKeyInitUserDone                 = "InitUserDone."
	LoginKeyInitUserDoneTitle            = LoginKeyInitUserDone + "Title"
	LoginKeyInitUserDoneDescription      = LoginKeyInitUserDone + "Description"
	LoginKeyInitUserDoneCancelButtonText = LoginKeyInitUserDone + "CancelButtonText"
	LoginKeyInitUserDoneNextButtonText   = LoginKeyInitUserDone + "NextButtonText"

	LoginKeyInitMFAPrompt               = "InitMFAPrompt."
	LoginKeyInitMFAPromptTitle          = LoginKeyInitMFAPrompt + "Title"
	LoginKeyInitMFAPromptDescription    = LoginKeyInitMFAPrompt + "Description"
	LoginKeyInitMFAPromptOTPOption      = LoginKeyInitMFAPrompt + "Provider0"
	LoginKeyInitMFAPromptU2FOption      = LoginKeyInitMFAPrompt + "Provider1"
	LoginKeyInitMFAPromptSkipButtonText = LoginKeyInitMFAPrompt + "SkipButtonText"
	LoginKeyInitMFAPromptNextButtonText = LoginKeyInitMFAPrompt + "NextButtonText"

	LoginKeyInitMFAOTP                 = "InitMFAOTP."
	LoginKeyInitMFAOTPTitle            = LoginKeyInitMFAOTP + "Title"
	LoginKeyInitMFAOTPDescription      = LoginKeyInitMFAOTP + "Description"
	LoginKeyInitMFAOTPDescriptionOTP   = LoginKeyInitMFAOTP + "OTPDescription"
	LoginKeyInitMFAOTPSecretLabel      = LoginKeyInitMFAOTP + "SecretLabel"
	LoginKeyInitMFAOTPCodeLabel        = LoginKeyInitMFAOTP + "CodeLabel"
	LoginKeyInitMFAOTPNextButtonText   = LoginKeyInitMFAOTP + "NextButtonText"
	LoginKeyInitMFAOTPCancelButtonText = LoginKeyInitMFAOTP + "CancelButtonText"

	LoginKeyInitMFAU2F                        = "InitMFAU2F."
	LoginKeyInitMFAU2FTitle                   = LoginKeyInitMFAU2F + "Title"
	LoginKeyInitMFAU2FDescription             = LoginKeyInitMFAU2F + "Description"
	LoginKeyInitMFAU2FTokenNameLabel          = LoginKeyInitMFAU2F + "TokenNameLabel"
	LoginKeyInitMFAU2FNotSupported            = LoginKeyInitMFAU2F + "NotSupported"
	LoginKeyInitMFAU2FRegisterTokenButtonText = LoginKeyInitMFAU2F + "RegisterTokenButtonText"
	LoginKeyInitMFAU2FErrorRetry              = LoginKeyInitMFAU2F + "ErrorRetry"

	LoginKeyInitMFADone                 = "InitMFADone."
	LoginKeyInitMFADoneTitle            = LoginKeyInitMFADone + "Title"
	LoginKeyInitMFADoneDescription      = LoginKeyInitMFADone + "Description"
	LoginKeyInitMFADoneCancelButtonText = LoginKeyInitMFADone + "CancelButtonText"
	LoginKeyInitMFADoneNextButtonText   = LoginKeyInitMFADone + "NextButtonText"

	LoginKeyMFAProviders            = "MFAProvider."
	LoginKeyMFAProvidersChooseOther = LoginKeyMFAProviders + "ChooseOther"
	LoginKeyMFAProvidersOTP         = LoginKeyMFAProviders + "Provider0"
	LoginKeyMFAProvidersU2F         = LoginKeyMFAProviders + "Provider1"

	LoginKeyVerifyMFAOTP               = "VerifyMFAOTP."
	LoginKeyVerifyMFAOTPTitle          = LoginKeyVerifyMFAOTP + "Title"
	LoginKeyVerifyMFAOTPDescription    = LoginKeyVerifyMFAOTP + "Description"
	LoginKeyVerifyMFAOTPCodeLabel      = LoginKeyVerifyMFAOTP + "CodeLabel"
	LoginKeyVerifyMFAOTPNextButtonText = LoginKeyVerifyMFAOTP + "NextButtonText"

	LoginKeyVerifyMFAU2F                  = "VerifyMFAU2F."
	LoginKeyVerifyMFAU2FTitle             = LoginKeyVerifyMFAU2F + "Title"
	LoginKeyVerifyMFAU2FDescription       = LoginKeyVerifyMFAU2F + "Description"
	LoginKeyVerifyMFAU2FNotSupported      = LoginKeyVerifyMFAU2F + "NotSupported"
	LoginKeyVerifyMFAU2FValidateTokenText = LoginKeyVerifyMFAU2F + "ValidateTokenButtonText"
	LoginKeyVerifyMFAU2FErrorRetry        = LoginKeyVerifyMFAU2F + "ErrorRetry"

	LoginKeyPasswordless                        = "Passwordless."
	LoginKeyPasswordlessTitle                   = LoginKeyPasswordless + "Title"
	LoginKeyPasswordlessDescription             = LoginKeyPasswordless + "Description"
	LoginKeyPasswordlessLoginWithPwButtonText   = LoginKeyPasswordless + "LoginWithPwButtonText"
	LoginKeyPasswordlessValidateTokenButtonText = LoginKeyPasswordless + "ValidateTokenButtonText"
	LoginKeyPasswordlessNotSupported            = LoginKeyPasswordless + "NotSupported"
	LoginKeyPasswordlessErrorRetry              = LoginKeyPasswordless + "ErrorRetry"

	LoginKeyPasswordlessPrompt                       = "PasswordlessPrompt."
	LoginKeyPasswordlessPromptTitle                  = LoginKeyPasswordlessPrompt + "Title"
	LoginKeyPasswordlessPromptDescription            = LoginKeyPasswordlessPrompt + "Description"
	LoginKeyPasswordlessPromptDescriptionInit        = LoginKeyPasswordlessPrompt + "DescriptionInit"
	LoginKeyPasswordlessPromptPasswordlessButtonText = LoginKeyPasswordlessPrompt + "PasswordlessButtonText"
	LoginKeyPasswordlessPromptNextButtonText         = LoginKeyPasswordlessPrompt + "NextButtonText"
	LoginKeyPasswordlessPromptSkipButtonText         = LoginKeyPasswordlessPrompt + "SkipButtonText"

	LoginKeyPasswordlessRegistration                        = "PasswordlessRegistration."
	LoginKeyPasswordlessRegistrationTitle                   = LoginKeyPasswordlessRegistration + "Title"
	LoginKeyPasswordlessRegistrationDescription             = LoginKeyPasswordlessRegistration + "Description"
	LoginKeyPasswordlessRegistrationRegisterTokenButtonText = LoginKeyPasswordlessRegistration + "RegisterTokenButtonText"
	LoginKeyPasswordlessRegistrationTokenNameLabel          = LoginKeyPasswordlessRegistration + "TokenNameLabel"
	LoginKeyPasswordlessRegistrationNotSupported            = LoginKeyPasswordlessRegistration + "NotSupported"
	LoginKeyPasswordlessRegistrationErrorRetry              = LoginKeyPasswordlessRegistration + "ErrorRetry"

	LoginKeyPasswordlessRegistrationDone                 = "PasswordlessRegistrationDone."
	LoginKeyPasswordlessRegistrationDoneTitle            = LoginKeyPasswordlessRegistrationDone + "Title"
	LoginKeyPasswordlessRegistrationDoneDescription      = LoginKeyPasswordlessRegistrationDone + "Description"
	LoginKeyPasswordlessRegistrationDoneDescriptionClose = LoginKeyPasswordlessRegistrationDone + "DescriptionClose"
	LoginKeyPasswordlessRegistrationDoneNextButtonText   = LoginKeyPasswordlessRegistrationDone + "NextButtonText"
	LoginKeyPasswordlessRegistrationDoneCancelButtonText = LoginKeyPasswordlessRegistrationDone + "CancelButtonText"

	LoginKeyPasswordChange                        = "PasswordChange."
	LoginKeyPasswordChangeTitle                   = LoginKeyPasswordChange + "Title"
	LoginKeyPasswordChangeDescription             = LoginKeyPasswordChange + "Description"
	LoginKeyPasswordChangeOldPasswordLabel        = LoginKeyPasswordChange + "OldPasswordLabel"
	LoginKeyPasswordChangeNewPasswordLabel        = LoginKeyPasswordChange + "NewPasswordLabel"
	LoginKeyPasswordChangeNewPasswordConfirmLabel = LoginKeyPasswordChange + "NewPasswordConfirmLabel"
	LoginKeyPasswordChangeCancelButtonText        = LoginKeyPasswordChange + "CancelButtonText"
	LoginKeyPasswordChangeNextButtonText          = LoginKeyPasswordChange + "NextButtonText"

	LoginKeyPasswordChangeDone               = "PasswordChangeDone."
	LoginKeyPasswordChangeDoneTitle          = LoginKeyPasswordChangeDone + "Title"
	LoginKeyPasswordChangeDoneDescription    = LoginKeyPasswordChangeDone + "Description"
	LoginKeyPasswordChangeDoneNextButtonText = LoginKeyPasswordChangeDone + "NextButtonText"

	LoginKeyPasswordResetDone               = "PasswordResetDone."
	LoginKeyPasswordResetDoneTitle          = LoginKeyPasswordResetDone + "Title"
	LoginKeyPasswordResetDoneDescription    = LoginKeyPasswordResetDone + "Description"
	LoginKeyPasswordResetDoneNextButtonText = LoginKeyPasswordResetDone + "NextButtonText"

	LoginKeyRegistrationOption                         = "RegisterOption."
	LoginKeyRegistrationOptionTitle                    = LoginKeyRegistrationOption + "Title"
	LoginKeyRegistrationOptionDescription              = LoginKeyRegistrationOption + "Description"
	LoginKeyRegistrationOptionUserNameButtonText       = LoginKeyRegistrationOption + "RegisterUsernamePasswordButtonText"
	LoginKeyRegistrationOptionExternalLoginDescription = LoginKeyRegistrationOption + "ExternalLoginDescription"

	LoginKeyRegistrationUser                       = "RegistrationUser."
	LoginKeyRegistrationUserTitle                  = LoginKeyRegistrationUser + "Title"
	LoginKeyRegistrationUserDescription            = LoginKeyRegistrationUser + "Description"
	LoginKeyRegistrationUserDescriptionOrgRegister = LoginKeyRegistrationUser + "DescriptionOrgRegister"
	LoginKeyRegistrationUserFirstnameLabel         = LoginKeyRegistrationUser + "FirstnameLabel"
	LoginKeyRegistrationUserLastnameLabel          = LoginKeyRegistrationUser + "LastnameLabel"
	LoginKeyRegistrationUserEmailLabel             = LoginKeyRegistrationUser + "EmailLabel"
	LoginKeyRegistrationUserUsernameLabel          = LoginKeyRegistrationUser + "UsernameLabel"
	LoginKeyRegistrationUserLanguageLabel          = LoginKeyRegistrationUser + "LanguageLabel"
	LoginKeyRegistrationUserGenderLabel            = LoginKeyRegistrationUser + "GenderLabel"
	LoginKeyRegistrationUserPasswordLabel          = LoginKeyRegistrationUser + "PasswordLabel"
	LoginKeyRegistrationUserPasswordConfirmLabel   = LoginKeyRegistrationUser + "PasswordConfirmLabel"
	LoginKeyRegistrationUserTOSAndPrivacyLabel     = LoginKeyRegistrationUser + "TosAndPrivacyLabel"
	LoginKeyRegistrationUserTOSConfirm             = LoginKeyRegistrationUser + "TosConfirm"
	LoginKeyRegistrationUserTOSLinkText            = LoginKeyRegistrationUser + "TosLinkText"
	LoginKeyRegistrationUserTOSConfirmAnd          = LoginKeyRegistrationUser + "TosConfirmAnd"
	LoginKeyRegistrationUserPrivacyLinkText        = LoginKeyRegistrationUser + "PrivacyLinkText"
	LoginKeyRegistrationUserNextButtonText         = LoginKeyRegistrationUser + "NextButtonText"
	LoginKeyRegistrationUserBackButtonText         = LoginKeyRegistrationUser + "BackButtonText"

	LoginKeyExternalRegistrationUserOverview                   = "ExternalRegistrationUserOverview."
	LoginKeyExternalRegistrationUserOverviewTitle              = LoginKeyExternalRegistrationUserOverview + "Title"
	LoginKeyExternalRegistrationUserOverviewDescription        = LoginKeyExternalRegistrationUserOverview + "Description"
	LoginKeyExternalRegistrationUserOverviewEmailLabel         = LoginKeyExternalRegistrationUserOverview + "EmailLabel"
	LoginKeyExternalRegistrationUserOverviewUsernameLabel      = LoginKeyExternalRegistrationUserOverview + "UsernameLabel"
	LoginKeyExternalRegistrationUserOverviewFirstnameLabel     = LoginKeyExternalRegistrationUserOverview + "FirstnameLabel"
	LoginKeyExternalRegistrationUserOverviewLastnameLabel      = LoginKeyExternalRegistrationUserOverview + "LastnameLabel"
	LoginKeyExternalRegistrationUserOverviewNicknameLabel      = LoginKeyExternalRegistrationUserOverview + "NicknameLabel"
	LoginKeyExternalRegistrationUserOverviewPhoneLabel         = LoginKeyExternalRegistrationUserOverview + "PhoneLabel"
	LoginKeyExternalRegistrationUserOverviewLanguageLabel      = LoginKeyExternalRegistrationUserOverview + "LanguageLabel"
	LoginKeyExternalRegistrationUserOverviewTOSAndPrivacyLabel = LoginKeyExternalRegistrationUserOverview + "TosAndPrivacyLabel"
	LoginKeyExternalRegistrationUserOverviewTOSConfirm         = LoginKeyExternalRegistrationUserOverview + "TosConfirm"
	LoginKeyExternalRegistrationUserOverviewTOSLinkText        = LoginKeyExternalRegistrationUserOverview + "TosLinkText"
	LoginKeyExternalRegistrationUserOverviewTOSConfirmAnd      = LoginKeyExternalRegistrationUserOverview + "TosConfirmAnd"
	LoginKeyExternalRegistrationUserOverviewPrivacyLinkText    = LoginKeyExternalRegistrationUserOverview + "PrivacyLinkText"
	LoginKeyExternalRegistrationUserOverviewBackButtonText     = LoginKeyExternalRegistrationUserOverview + "BackButtonText"
	LoginKeyExternalRegistrationUserOverviewNextButtonText     = LoginKeyExternalRegistrationUserOverview + "NextButtonText"

	LoginKeyRegistrationOrg                 = "RegistrationOrg."
	LoginKeyRegisterOrgTitle                = LoginKeyRegistrationOrg + "Title"
	LoginKeyRegisterOrgDescription          = LoginKeyRegistrationOrg + "Description"
	LoginKeyRegisterOrgOrgNameLabel         = LoginKeyRegistrationOrg + "OrgNameLabel"
	LoginKeyRegisterOrgFirstnameLabel       = LoginKeyRegistrationOrg + "FirstnameLabel"
	LoginKeyRegisterOrgLastnameLabel        = LoginKeyRegistrationOrg + "LastnameLabel"
	LoginKeyRegisterOrgUsernameLabel        = LoginKeyRegistrationOrg + "UsernameLabel"
	LoginKeyRegisterOrgEmailLabel           = LoginKeyRegistrationOrg + "EmailLabel"
	LoginKeyRegisterOrgPasswordLabel        = LoginKeyRegistrationOrg + "PasswordLabel"
	LoginKeyRegisterOrgPasswordConfirmLabel = LoginKeyRegistrationOrg + "PasswordConfirmLabel"
	LoginKeyRegisterOrgTOSAndPrivacyLabel   = LoginKeyRegistrationOrg + "TosAndPrivacyLabel"
	LoginKeyRegisterOrgTOSConfirm           = LoginKeyRegistrationOrg + "TosConfirm"
	LoginKeyRegisterOrgTOSLinkText          = LoginKeyRegistrationOrg + "TosLinkText"
	LoginKeyRegisterOrgTosConfirmAnd        = LoginKeyRegistrationOrg + "TosConfirmAnd"
	LoginKeyRegisterOrgPrivacyLinkText      = LoginKeyRegistrationOrg + "PrivacyLinkText"
	LoginKeyRegisterOrgSaveButtonText       = LoginKeyRegistrationOrg + "SaveButtonText"

	LoginKeyLinkingUserDone                 = "LinkingUsersDone."
	LoginKeyLinkingUserDoneTitle            = LoginKeyLinkingUserDone + "Title"
	LoginKeyLinkingUserDoneDescription      = LoginKeyLinkingUserDone + "Description"
	LoginKeyLinkingUserDoneCancelButtonText = LoginKeyLinkingUserDone + "CancelButtonText"
	LoginKeyLinkingUserDoneNextButtonText   = LoginKeyLinkingUserDone + "NextButtonText"

	LoginKeyExternalNotFound                       = "ExternalNotFound."
	LoginKeyExternalNotFoundTitle                  = LoginKeyExternalNotFound + "Title"
	LoginKeyExternalNotFoundDescription            = LoginKeyExternalNotFound + "Description"
	LoginKeyExternalNotFoundLinkButtonText         = LoginKeyExternalNotFound + "LinkButtonText"
	LoginKeyExternalNotFoundAutoRegisterButtonText = LoginKeyExternalNotFound + "AutoRegisterButtonText"
	LoginKeyExternalNotFoundTOSAndPrivacyLabel     = LoginKeyExternalNotFound + "TosAndPrivacyLabel"
	LoginKeyExternalNotFoundTOSConfirm             = LoginKeyExternalNotFound + "TosConfirm"
	LoginKeyExternalNotFoundTOSLinkText            = LoginKeyExternalNotFound + "TosLinkText"
	LoginKeyExternalNotFoundTOSConfirmAnd          = LoginKeyExternalNotFound + "TosConfirmAnd"
	LoginKeyExternalNotFoundPrivacyLinkText        = LoginKeyExternalNotFound + "PrivacyLinkText"

	LoginKeySuccessLogin                        = "LoginSuccess."
	LoginKeySuccessLoginTitle                   = LoginKeySuccessLogin + "Title"
	LoginKeySuccessLoginAutoRedirectDescription = LoginKeySuccessLogin + "AutoRedirectDescription"
	LoginKeySuccessLoginRedirectedDescription   = LoginKeySuccessLogin + "RedirectedDescription"
	LoginKeySuccessLoginNextButtonText          = LoginKeySuccessLogin + "NextButtonText"

	LoginKeyLogoutDone                = "LogoutDone."
	LoginKeyLogoutDoneTitle           = LoginKeyLogoutDone + "Title"
	LoginKeyLogoutDoneDescription     = LoginKeyLogoutDone + "Description"
	LoginKeyLogoutDoneLoginButtonText = LoginKeyLogoutDone + "LoginButtonText"

	LoginKeyFooter              = "Footer."
	LoginKeyFooterTOS           = LoginKeyFooter + "Tos"
	LoginKeyFooterPrivacyPolicy = LoginKeyFooter + "PrivacyPolicy"
	LoginKeyFooterHelp          = LoginKeyFooter + "Help"
)
View Source
const (
	InitCodeMessageType                 = "InitCode"
	PasswordResetMessageType            = "PasswordReset"
	VerifyEmailMessageType              = "VerifyEmail"
	VerifyPhoneMessageType              = "VerifyPhone"
	DomainClaimedMessageType            = "DomainClaimed"
	PasswordlessRegistrationMessageType = "PasswordlessRegistration"
	MessageTitle                        = "Title"
	MessagePreHeader                    = "PreHeader"
	MessageSubject                      = "Subject"
	MessageGreeting                     = "Greeting"
	MessageText                         = "Text"
	MessageButtonText                   = "ButtonText"
	MessageFooterText                   = "Footer"
)
View Source
const (
	FeatureLoginPolicy              = "login_policy"
	FeatureLoginPolicyFactors       = FeatureLoginPolicy + ".factors"
	FeatureLoginPolicyIDP           = FeatureLoginPolicy + ".idp"
	FeatureLoginPolicyPasswordless  = FeatureLoginPolicy + ".passwordless"
	FeatureLoginPolicyRegistration  = FeatureLoginPolicy + ".registration"
	FeatureLoginPolicyUsernameLogin = FeatureLoginPolicy + ".username_login"
	FeatureLoginPolicyPasswordReset = FeatureLoginPolicy + ".password_reset"
	FeaturePasswordComplexityPolicy = "password_complexity_policy"
	FeatureLabelPolicy              = "label_policy"
	FeatureLabelPolicyPrivateLabel  = FeatureLabelPolicy + ".private_label"
	FeatureLabelPolicyWatermark     = FeatureLabelPolicy + ".watermark"
	FeatureCustomDomain             = "custom_domain"
	FeaturePrivacyPolicy            = "privacy_policy"
	FeatureLockoutPolicy            = "lockout_policy"
	FeatureMetadata                 = "metadata"
	FeatureCustomText               = "custom_text"
	FeatureCustomTextMessage        = FeatureCustomText + ".message"
	FeatureCustomTextLogin          = FeatureCustomText + ".login"
	FeatureMetadataUser             = FeatureMetadata + ".user"
	FeatureActions                  = "actions"
)
View Source
const (
	OrgDomainPrimaryScope = "urn:zitadel:iam:org:domain:primary:"
	OrgDomainPrimaryClaim = "urn:zitadel:iam:org:domain:primary"
	ProjectIDScope        = "urn:zitadel:iam:org:project:id:"
	AudSuffix             = ":aud"
)
View Source
const (
	IAMRolePrefix            = "IAM"
	OrgRolePrefix            = "ORG"
	ProjectRolePrefix        = "PROJECT"
	ProjectGrantRolePrefix   = "PROJECT_GRANT"
	RoleOrgOwner             = "ORG_OWNER"
	RoleOrgProjectCreator    = "ORG_PROJECT_CREATOR"
	RoleIAMOwner             = "IAM_OWNER"
	RoleProjectOwner         = "PROJECT_OWNER"
	RoleProjectOwnerGlobal   = "PROJECT_OWNER_GLOBAL"
	RoleSelfManagementGlobal = "SELF_MANAGEMENT_GLOBAL"
)
View Source
const (
	IAMID = "IAM"
)

Variables

This section is empty.

Functions

func AddAudScopeToAudience

func AddAudScopeToAudience(audience, scopes []string) []string

func AssetURL

func AssetURL(prefix, resourceOwner, key string) string

func AvatarURL

func AvatarURL(prefix, resourceOwner, key string) string

func CheckForInvalidRoles

func CheckForInvalidRoles(roles []string, rolePrefix string, validRoles []authz.RoleMapping) []string

func CheckRedirectUrisCode

func CheckRedirectUrisCode(compliance *Compliance, appType OIDCApplicationType, redirectUris []string)

func CheckRedirectUrisImplicit

func CheckRedirectUrisImplicit(compliance *Compliance, appType OIDCApplicationType, redirectUris []string)

func CheckRedirectUrisImplicitAndCode

func CheckRedirectUrisImplicitAndCode(compliance *Compliance, appType OIDCApplicationType, redirectUris []string)

func EnsureValidExpirationDate

func EnsureValidExpirationDate(key expiration) error

func FromRefreshToken

func FromRefreshToken(refreshToken string, algorithm crypto.EncryptionAlgorithm) (userID, tokenID, token string, err error)

func GenerateLoginName

func GenerateLoginName(username, domain string, appendDomain bool) string

func GetHumanAvatarAssetPath

func GetHumanAvatarAssetPath(userID string) string

func GetOIDCV1NativeApplicationCompliance

func GetOIDCV1NativeApplicationCompliance(compliance *Compliance, authMethod OIDCAuthMethodType)

func GetOIDCV1UserAgentApplicationCompliance

func GetOIDCV1UserAgentApplicationCompliance(compliance *Compliance, authMethod OIDCAuthMethodType)

func GetRemovedRoles

func GetRemovedRoles(existingRoles, newRoles []string) []string

func IsMessageTextType

func IsMessageTextType(textType string) bool

func IsPrompt

func IsPrompt(prompt []Prompt, requestedPrompt Prompt) bool

func NewAuthNKeyPair

func NewAuthNKeyPair(keySize int) (privateKey, publicKey []byte, err error)

func NewClientSecret

func NewClientSecret(generator crypto.Generator) (*crypto.CryptoValue, string, error)

func NewIAMDomainName

func NewIAMDomainName(orgName, iamDomain string) string

func NewOTPKey

func NewOTPKey(issuer, accountName string, cryptoAlg crypto.EncryptionAlgorithm) (*otp.Key, *crypto.CryptoValue, error)

func NewRefreshToken

func NewRefreshToken(userID, tokenID string, algorithm crypto.EncryptionAlgorithm) (string, error)

func OIDCOriginAllowList

func OIDCOriginAllowList(redirectURIs, additionalOrigins []string) ([]string, error)
func PasswordlessInitCodeLink(baseURL, userID, resourceOwner, codeID, code string) string

func RefreshToken

func RefreshToken(userID, tokenID, token string, algorithm crypto.EncryptionAlgorithm) (string, error)

func SetNewAuthNKeyPair

func SetNewAuthNKeyPair(key authNKey, keySize int) error

func SetNewClientID

func SetNewClientID(a oAuthApplication, idGenerator id.Generator, project *Project) error

ClientID random_number@projectname (eg. 495894098234@zitadel)

func SetNewClientSecretIfNeeded

func SetNewClientSecretIfNeeded(a oAuthApplication, generator crypto.Generator) (string, error)

func ValidateDefaultRedirectURI added in v1.84.0

func ValidateDefaultRedirectURI(rawURL string) bool

func ValidateExpirationDate

func ValidateExpirationDate(date time.Time) (time.Time, error)

func VerifyMFAOTP

func VerifyMFAOTP(code string, secret *crypto.CryptoValue, cryptoAlg crypto.EncryptionAlgorithm) error

Types

type APIApp

type APIApp struct {
	models.ObjectRoot

	AppID              string
	AppName            string
	ClientID           string
	ClientSecret       *crypto.CryptoValue
	ClientSecretString string
	AuthMethodType     APIAuthMethodType

	State AppState
}

func (*APIApp) GenerateClientSecretIfNeeded

func (a *APIApp) GenerateClientSecretIfNeeded(generator crypto.Generator) (secret string, err error)

func (*APIApp) GetApplicationName

func (a *APIApp) GetApplicationName() string

func (*APIApp) GetState

func (a *APIApp) GetState() AppState

func (*APIApp) IsValid

func (a *APIApp) IsValid() bool

type APIAuthMethodType

type APIAuthMethodType int32
const (
	APIAuthMethodTypeBasic APIAuthMethodType = iota
	APIAuthMethodTypePrivateKeyJWT
)

type Action

type Action struct {
	models.ObjectRoot

	Name          string
	Script        string
	Timeout       time.Duration
	AllowedToFail bool
	State         ActionState
}

func (*Action) IsValid

func (a *Action) IsValid() bool

type ActionState

type ActionState int32
const (
	ActionStateUnspecified ActionState = iota
	ActionStateActive
	ActionStateInactive
	ActionStateRemoved
)

func (ActionState) Exists

func (s ActionState) Exists() bool

func (ActionState) Valid

func (s ActionState) Valid() bool

type ActionsAllowed

type ActionsAllowed int32
const (
	ActionsNotAllowed ActionsAllowed = iota
	ActionsMaxAllowed
	ActionsAllowedUnlimited
)

type Address

type Address struct {
	es_models.ObjectRoot

	Country       string
	Locality      string
	PostalCode    string
	Region        string
	StreetAddress string
}

type AddressState

type AddressState int32
const (
	AddressStateUnspecified AddressState = iota
	AddressStateActive
	AddressStateRemoved
)

func (AddressState) Valid

func (s AddressState) Valid() bool

type AppState

type AppState int32
const (
	AppStateUnspecified AppState = iota
	AppStateActive
	AppStateInactive
	AppStateRemoved
)

func (AppState) Exists

func (a AppState) Exists() bool

type Application

type Application interface {
	GetAppID() string
	GetApplicationName() string
	GetState() AppState
}

type ApplicationKey

type ApplicationKey struct {
	models.ObjectRoot

	ApplicationID  string
	ClientID       string
	KeyID          string
	Type           AuthNKeyType
	ExpirationDate time.Time
	PrivateKey     []byte
	PublicKey      []byte
}

func (*ApplicationKey) Detail

func (k *ApplicationKey) Detail() ([]byte, error)

func (*ApplicationKey) MarshalJSON

func (k *ApplicationKey) MarshalJSON() ([]byte, error)

type AssetInfo

type AssetInfo struct {
	Bucket          string
	Key             string
	ETag            string
	Size            int64
	LastModified    time.Time
	Location        string
	VersionID       string
	Expiration      time.Time
	AutheticatedURL string
	ContentType     string
}

type AuthNKeyType

type AuthNKeyType int32
const (
	AuthNKeyTypeNONE AuthNKeyType = iota
	AuthNKeyTypeJSON
)

func (AuthNKeyType) Valid

func (k AuthNKeyType) Valid() bool

type AuthRequest

type AuthRequest struct {
	ID            string
	AgentID       string
	CreationDate  time.Time
	ChangeDate    time.Time
	BrowserInfo   *BrowserInfo
	ApplicationID string
	CallbackURI   string
	TransferState string
	Prompt        []Prompt
	PossibleLOAs  []LevelOfAssurance
	UiLocales     []string
	LoginHint     string
	MaxAuthAge    *time.Duration
	Request       Request

	UserID                   string
	UserName                 string
	LoginName                string
	DisplayName              string
	AvatarKey                string
	PresignedAvatar          string
	UserOrgID                string
	RequestedOrgID           string
	RequestedOrgName         string
	RequestedPrimaryDomain   string
	ApplicationResourceOwner string
	PrivateLabelingSetting   PrivateLabelingSetting
	SelectedIDPConfigID      string
	LinkingUsers             []*ExternalUser
	PossibleSteps            []NextStep
	PasswordVerified         bool
	MFAsVerified             []MFAType
	Audience                 []string
	AuthTime                 time.Time
	Code                     string
	LoginPolicy              *LoginPolicy
	AllowedExternalIDPs      []*IDPProvider
	LabelPolicy              *LabelPolicy
	PrivacyPolicy            *PrivacyPolicy
	LockoutPolicy            *LockoutPolicy
	DefaultTranslations      []*CustomText
	OrgTranslations          []*CustomText
	// contains filtered or unexported fields
}

func NewAuthRequestFromType

func NewAuthRequestFromType(requestType AuthRequestType) (*AuthRequest, error)

func (*AuthRequest) AppendAudIfNotExisting

func (a *AuthRequest) AppendAudIfNotExisting(aud string)

func (*AuthRequest) GetScopeOrgPrimaryDomain

func (a *AuthRequest) GetScopeOrgPrimaryDomain() string

func (*AuthRequest) GetScopeProjectIDsForAud

func (a *AuthRequest) GetScopeProjectIDsForAud() []string

func (*AuthRequest) MFALevel

func (a *AuthRequest) MFALevel() MFALevel

func (*AuthRequest) SetUserInfo

func (a *AuthRequest) SetUserInfo(userID, userName, loginName, displayName, avatar, userOrgID string)

func (*AuthRequest) WithCurrentInfo

func (a *AuthRequest) WithCurrentInfo(info *BrowserInfo) *AuthRequest

type AuthRequestOIDC

type AuthRequestOIDC struct {
	Scopes        []string
	ResponseType  OIDCResponseType
	Nonce         string
	CodeChallenge *OIDCCodeChallenge
}

func (*AuthRequestOIDC) IsValid

func (a *AuthRequestOIDC) IsValid() bool

func (*AuthRequestOIDC) Type

func (a *AuthRequestOIDC) Type() AuthRequestType

type AuthRequestSAML

type AuthRequestSAML struct {
}

func (*AuthRequestSAML) IsValid

func (a *AuthRequestSAML) IsValid() bool

func (*AuthRequestSAML) Type

func (a *AuthRequestSAML) Type() AuthRequestType

type AuthRequestType

type AuthRequestType int32
const (
	AuthRequestTypeOIDC AuthRequestType = iota
	AuthRequestTypeSAML
)

type AuthenticatorAttachment

type AuthenticatorAttachment int32
const (
	AuthenticatorAttachmentUnspecified AuthenticatorAttachment = iota
	AuthenticatorAttachmentPlattform
	AuthenticatorAttachmentCrossPlattform
)

type BrowserInfo

type BrowserInfo struct {
	UserAgent      string
	AcceptLanguage string
	RemoteIP       net.IP
}

func BrowserInfoFromRequest

func BrowserInfoFromRequest(r *net_http.Request) *BrowserInfo

type BucketInfo

type BucketInfo struct {
	Name         string
	CreationDate time.Time
}

type ChangeApp

type ChangeApp struct {
	AppID   string
	AppName string
	State   AppState
}

func (*ChangeApp) GetAppID

func (a *ChangeApp) GetAppID() string

func (*ChangeApp) GetApplicationName

func (a *ChangeApp) GetApplicationName() string

func (*ChangeApp) GetState

func (a *ChangeApp) GetState() AppState

type ChangePasswordStep

type ChangePasswordStep struct{}

func (*ChangePasswordStep) Type

func (s *ChangePasswordStep) Type() NextStepType

type ChangeUsernameStep

type ChangeUsernameStep struct{}

func (*ChangeUsernameStep) Type

func (s *ChangeUsernameStep) Type() NextStepType

type Compliance

type Compliance struct {
	NoneCompliant bool
	Problems      []string
}

func GetOIDCCompliance

func GetOIDCCompliance(version OIDCVersion, appType OIDCApplicationType, grantTypes []OIDCGrantType, responseTypes []OIDCResponseType, authMethod OIDCAuthMethodType, redirectUris []string) *Compliance

func GetOIDCV1Compliance

func GetOIDCV1Compliance(appType OIDCApplicationType, grantTypes []OIDCGrantType, authMethod OIDCAuthMethodType, redirectUris []string) *Compliance

type CustomLoginText

type CustomLoginText struct {
	models.ObjectRoot

	State     PolicyState
	Default   bool
	Language  language.Tag
	IsDefault bool

	SelectAccount                    SelectAccountScreenText
	Login                            LoginScreenText
	Password                         PasswordScreenText
	UsernameChange                   UsernameChangeScreenText
	UsernameChangeDone               UsernameChangeDoneScreenText
	InitPassword                     InitPasswordScreenText
	InitPasswordDone                 InitPasswordDoneScreenText
	EmailVerification                EmailVerificationScreenText
	EmailVerificationDone            EmailVerificationDoneScreenText
	InitUser                         InitializeUserScreenText
	InitUserDone                     InitializeUserDoneScreenText
	InitMFAPrompt                    InitMFAPromptScreenText
	InitMFAOTP                       InitMFAOTPScreenText
	InitMFAU2F                       InitMFAU2FScreenText
	InitMFADone                      InitMFADoneScreenText
	MFAProvider                      MFAProvidersText
	VerifyMFAOTP                     VerifyMFAOTPScreenText
	VerifyMFAU2F                     VerifyMFAU2FScreenText
	Passwordless                     PasswordlessScreenText
	PasswordlessPrompt               PasswordlessPromptScreenText
	PasswordlessRegistration         PasswordlessRegistrationScreenText
	PasswordlessRegistrationDone     PasswordlessRegistrationDoneScreenText
	PasswordChange                   PasswordChangeScreenText
	PasswordChangeDone               PasswordChangeDoneScreenText
	PasswordResetDone                PasswordResetDoneScreenText
	RegisterOption                   RegistrationOptionScreenText
	RegistrationUser                 RegistrationUserScreenText
	ExternalRegistrationUserOverview ExternalRegistrationUserOverviewScreenText
	RegistrationOrg                  RegistrationOrgScreenText
	LinkingUsersDone                 LinkingUserDoneScreenText
	ExternalNotFoundOption           ExternalUserNotFoundScreenText
	LoginSuccess                     SuccessLoginScreenText
	LogoutDone                       LogoutDoneScreenText
	Footer                           FooterText
}

func (*CustomLoginText) IsValid

func (m *CustomLoginText) IsValid() bool

type CustomMessageText

type CustomMessageText struct {
	models.ObjectRoot

	State           PolicyState
	Default         bool
	MessageTextType string
	Language        language.Tag
	Title           string
	PreHeader       string
	Subject         string
	Greeting        string
	Text            string
	ButtonText      string
	FooterText      string
}

func (*CustomMessageText) IsValid

func (m *CustomMessageText) IsValid() bool

type CustomText

type CustomText struct {
	models.ObjectRoot

	State    CustomTextState
	Default  bool
	Template string
	Key      string
	Language language.Tag
	Text     string
}

func (*CustomText) IsValid

func (m *CustomText) IsValid() bool

type CustomTextState

type CustomTextState int32
const (
	CustomTextStateUnspecified CustomTextState = iota
	CustomTextStateActive
	CustomTextStateRemoved
)

type Email

type Email struct {
	es_models.ObjectRoot

	EmailAddress    string
	IsEmailVerified bool
}

func (*Email) IsValid

func (e *Email) IsValid() bool

type EmailCode

type EmailCode struct {
	es_models.ObjectRoot

	Code   *crypto.CryptoValue
	Expiry time.Duration
}

func NewEmailCode

func NewEmailCode(emailGenerator crypto.Generator) (*EmailCode, error)

type EmailVerificationDoneScreenText

type EmailVerificationDoneScreenText struct {
	Title            string
	Description      string
	NextButtonText   string
	CancelButtonText string
	LoginButtonText  string
}

type EmailVerificationScreenText

type EmailVerificationScreenText struct {
	Title            string
	Description      string
	CodeLabel        string
	NextButtonText   string
	ResendButtonText string
}

type ExternalLoginStep

type ExternalLoginStep struct {
	SelectedIDPConfigID string
}

func (*ExternalLoginStep) Type

func (s *ExternalLoginStep) Type() NextStepType

type ExternalNotFoundOptionStep

type ExternalNotFoundOptionStep struct{}

func (*ExternalNotFoundOptionStep) Type

type ExternalRegistrationUserOverviewScreenText

type ExternalRegistrationUserOverviewScreenText struct {
	Title              string
	Description        string
	EmailLabel         string
	UsernameLabel      string
	FirstnameLabel     string
	LastnameLabel      string
	NicknameLabel      string
	LanguageLabel      string
	PhoneLabel         string
	TOSAndPrivacyLabel string
	TOSConfirm         string
	TOSLinkText        string
	TOSConfirmAnd      string
	PrivacyLinkText    string
	BackButtonText     string
	NextButtonText     string
}

type ExternalUser

type ExternalUser struct {
	IDPConfigID       string
	ExternalUserID    string
	DisplayName       string
	PreferredUsername string
	FirstName         string
	LastName          string
	NickName          string
	Email             string
	IsEmailVerified   bool
	PreferredLanguage language.Tag
	Phone             string
	IsPhoneVerified   bool
	Metadatas         []*Metadata
}

type ExternalUserNotFoundScreenText

type ExternalUserNotFoundScreenText struct {
	Title                  string
	Description            string
	LinkButtonText         string
	AutoRegisterButtonText string
	TOSAndPrivacyLabel     string
	TOSConfirm             string
	TOSLinkText            string
	TOSConfirmAnd          string
	PrivacyLinkText        string
}

type FactorState

type FactorState int32
const (
	FactorStateUnspecified FactorState = iota
	FactorStateActive
	FactorStateRemoved
)

func (FactorState) Valid

func (f FactorState) Valid() bool

type Features

type Features struct {
	es_models.ObjectRoot

	TierName         string
	TierDescription  string
	State            FeaturesState
	StateDescription string
	IsDefault        bool

	AuditLogRetention        time.Duration
	LoginPolicyFactors       bool
	LoginPolicyIDP           bool
	LoginPolicyPasswordless  bool
	LoginPolicyRegistration  bool
	LoginPolicyUsernameLogin bool
	LoginPolicyPasswordReset bool
	PasswordComplexityPolicy bool
	LabelPolicyPrivateLabel  bool
	LabelPolicyWatermark     bool
	CustomDomain             bool
	CustomTextMessage        bool
	CustomTextLogin          bool
	PrivacyPolicy            bool
	MetadataUser             bool
	LockoutPolicy            bool
	ActionsAllowed           ActionsAllowed
	MaxActions               int
}

type FeaturesState

type FeaturesState int32
const (
	FeaturesStateUnspecified FeaturesState = iota
	FeaturesStateActive
	FeaturesStateActionRequired
	FeaturesStateCanceled
	FeaturesStateGrandfathered
	FeaturesStateRemoved
)

func (FeaturesState) Valid

func (f FeaturesState) Valid() bool

type FlowState

type FlowState int32
const (
	FlowStateActive FlowState = iota
	FlowStateInactive
)

func (FlowState) Valid

func (s FlowState) Valid() bool

type FlowType

type FlowType int32
const (
	FlowTypeUnspecified FlowType = iota
	FlowTypeExternalAuthentication
)

func (FlowType) HasTrigger

func (s FlowType) HasTrigger(triggerType TriggerType) bool

func (FlowType) Valid

func (s FlowType) Valid() bool

type FooterText

type FooterText struct {
	TOS           string
	PrivacyPolicy string
	Help          string
}

type Gender

type Gender int32
const (
	GenderUnspecified Gender = iota
	GenderFemale
	GenderMale
	GenderDiverse
)

func (Gender) Specified

func (f Gender) Specified() bool

func (Gender) Valid

func (f Gender) Valid() bool

type GrantRequiredStep

type GrantRequiredStep struct{}

func (*GrantRequiredStep) Type

func (s *GrantRequiredStep) Type() NextStepType

type Human

type Human struct {
	es_models.ObjectRoot

	Username string
	State    UserState
	*Password
	*Profile
	*Email
	*Phone
	*Address
}

func (*Human) CheckOrgIAMPolicy

func (u *Human) CheckOrgIAMPolicy(policy *OrgIAMPolicy) error

func (Human) GetState

func (h Human) GetState() UserState

func (Human) GetUsername

func (h Human) GetUsername() string

func (*Human) HashPasswordIfExisting

func (u *Human) HashPasswordIfExisting(policy *PasswordComplexityPolicy, passwordAlg crypto.HashAlgorithm, onetime bool) error

func (*Human) IsInitialState

func (u *Human) IsInitialState(passwordless, externalIDPs bool) bool

func (*Human) IsValid

func (u *Human) IsValid() bool

func (*Human) SetNamesAsDisplayname

func (u *Human) SetNamesAsDisplayname()

type IAM

type IAM struct {
	models.ObjectRoot

	GlobalOrgID                     string
	IAMProjectID                    string
	SetUpDone                       Step
	SetUpStarted                    Step
	Members                         []*Member
	IDPs                            []*IDPConfig
	DefaultLoginPolicy              *LoginPolicy
	DefaultLabelPolicy              *LabelPolicy
	DefaultOrgIAMPolicy             *OrgIAMPolicy
	DefaultPasswordComplexityPolicy *PasswordComplexityPolicy
	DefaultPasswordAgePolicy        *PasswordAgePolicy
	DefaultPasswordLockoutPolicy    *LockoutPolicy
}

type IDPConfig

type IDPConfig struct {
	es_models.ObjectRoot
	IDPConfigID  string
	Type         IDPConfigType
	Name         string
	StylingType  IDPConfigStylingType
	State        IDPConfigState
	OIDCConfig   *OIDCIDPConfig
	JWTConfig    *JWTIDPConfig
	AutoRegister bool
}

type IDPConfigState

type IDPConfigState int32
const (
	IDPConfigStateUnspecified IDPConfigState = iota
	IDPConfigStateActive
	IDPConfigStateInactive
	IDPConfigStateRemoved
)

func (IDPConfigState) Exists

func (s IDPConfigState) Exists() bool

func (IDPConfigState) Valid

func (s IDPConfigState) Valid() bool

type IDPConfigStylingType

type IDPConfigStylingType int32
const (
	IDPConfigStylingTypeUnspecified IDPConfigStylingType = iota
	IDPConfigStylingTypeGoogle
)

func (IDPConfigStylingType) GetCSSClass

func (st IDPConfigStylingType) GetCSSClass() string

func (IDPConfigStylingType) Valid

func (f IDPConfigStylingType) Valid() bool

type IDPConfigType

type IDPConfigType int32
const (
	IDPConfigTypeOIDC IDPConfigType = iota
	IDPConfigTypeSAML
	IDPConfigTypeJWT

	IDPConfigTypeUnspecified IDPConfigType = -1
)

func (IDPConfigType) Valid

func (f IDPConfigType) Valid() bool

type IDPConfigView

type IDPConfigView struct {
	AggregateID     string
	IDPConfigID     string
	Name            string
	StylingType     IDPConfigStylingType
	State           IDPConfigState
	CreationDate    time.Time
	ChangeDate      time.Time
	Sequence        uint64
	IDPProviderType IdentityProviderType
	AutoRegister    bool

	IsOIDC                     bool
	OIDCClientID               string
	OIDCClientSecret           *crypto.CryptoValue
	OIDCIssuer                 string
	OIDCScopes                 []string
	OIDCIDPDisplayNameMapping  OIDCMappingField
	OIDCUsernameMapping        OIDCMappingField
	OAuthAuthorizationEndpoint string
	OAuthTokenEndpoint         string

	JWTEndpoint     string
	JWTIssuer       string
	JWTKeysEndpoint string
}

type IDPProvider

type IDPProvider struct {
	models.ObjectRoot
	Type        IdentityProviderType
	IDPConfigID string

	Name          string
	StylingType   IDPConfigStylingType
	IDPConfigType IDPConfigType
	IDPState      IDPConfigState
}

func (IDPProvider) IsValid

func (p IDPProvider) IsValid() bool

type IdentityProviderState

type IdentityProviderState int32
const (
	IdentityProviderStateUnspecified IdentityProviderState = iota
	IdentityProviderStateActive
	IdentityProviderStateRemoved
)

func (IdentityProviderState) Valid

func (s IdentityProviderState) Valid() bool

type IdentityProviderType

type IdentityProviderType int8
const (
	IdentityProviderTypeSystem IdentityProviderType = iota
	IdentityProviderTypeOrg
)

func (IdentityProviderType) Valid

func (f IdentityProviderType) Valid() bool

type InitMFADoneScreenText

type InitMFADoneScreenText struct {
	Title            string
	Description      string
	CancelButtonText string
	NextButtonText   string
}

type InitMFAOTPScreenText

type InitMFAOTPScreenText struct {
	Title            string
	Description      string
	OTPDescription   string
	SecretLabel      string
	CodeLabel        string
	NextButtonText   string
	CancelButtonText string
}

type InitMFAPromptScreenText

type InitMFAPromptScreenText struct {
	Title          string
	Description    string
	Provider0      string //OTP
	Provider1      string //U2F
	SkipButtonText string
	NextButtonText string
}

type InitMFAU2FScreenText

type InitMFAU2FScreenText struct {
	Title                   string
	Description             string
	TokenNameLabel          string
	RegisterTokenButtonText string
	NotSupported            string
	ErrorRetry              string
}

type InitPasswordDoneScreenText

type InitPasswordDoneScreenText struct {
	Title            string
	Description      string
	NextButtonText   string
	CancelButtonText string
}

type InitPasswordScreenText

type InitPasswordScreenText struct {
	Title                   string
	Description             string
	CodeLabel               string
	NewPasswordLabel        string
	NewPasswordConfirmLabel string
	NextButtonText          string
	ResendButtonText        string
}

type InitPasswordStep

type InitPasswordStep struct{}

func (*InitPasswordStep) Type

func (s *InitPasswordStep) Type() NextStepType

type InitUserCode

type InitUserCode struct {
	es_models.ObjectRoot

	Code   *crypto.CryptoValue
	Expiry time.Duration
}

func NewInitUserCode

func NewInitUserCode(generator crypto.Generator) (*InitUserCode, error)

type InitUserStep

type InitUserStep struct {
	PasswordSet bool
}

func (*InitUserStep) Type

func (s *InitUserStep) Type() NextStepType

type InitializeUserDoneScreenText

type InitializeUserDoneScreenText struct {
	Title            string
	Description      string
	CancelButtonText string
	NextButtonText   string
}

type InitializeUserScreenText

type InitializeUserScreenText struct {
	Title                   string
	Description             string
	CodeLabel               string
	NewPasswordLabel        string
	NewPasswordConfirmLabel string
	ResendButtonText        string
	NextButtonText          string
}

type JWTIDPConfig

type JWTIDPConfig struct {
	es_models.ObjectRoot
	IDPConfigID  string
	JWTEndpoint  string
	Issuer       string
	KeysEndpoint string
	HeaderName   string
}

type Key

type Key struct {
	Key    *crypto.CryptoValue
	Expiry time.Time
}

func (*Key) IsValid

func (k *Key) IsValid() bool

type KeyPair

type KeyPair struct {
	es_models.ObjectRoot

	Usage      KeyUsage
	Algorithm  string
	PrivateKey *Key
	PublicKey  *Key
}

func (*KeyPair) IsValid

func (k *KeyPair) IsValid() bool

type KeyUsage

type KeyUsage int32
const (
	KeyUsageSigning KeyUsage = iota
)

func (KeyUsage) String

func (u KeyUsage) String() string

type LabelPolicy

type LabelPolicy struct {
	models.ObjectRoot

	State   LabelPolicyState
	Default bool

	PrimaryColor    string
	BackgroundColor string
	WarnColor       string
	FontColor       string
	LogoURL         string
	IconURL         string

	PrimaryColorDark    string
	BackgroundColorDark string
	WarnColorDark       string
	FontColorDark       string
	LogoDarkURL         string
	IconDarkURL         string

	Font string

	HideLoginNameSuffix bool
	ErrorMsgPopup       bool
	DisableWatermark    bool
}

func (LabelPolicy) IsValid

func (f LabelPolicy) IsValid() error

type LabelPolicyState

type LabelPolicyState int32
const (
	LabelPolicyStateUnspecified LabelPolicyState = iota
	LabelPolicyStateActive
	LabelPolicyStateRemoved
	LabelPolicyStatePreview
)

func (LabelPolicyState) Exists

func (s LabelPolicyState) Exists() bool

func (LabelPolicyState) Valid

func (f LabelPolicyState) Valid() bool

type LevelOfAssurance

type LevelOfAssurance int
const (
	LevelOfAssuranceNone LevelOfAssurance = iota
)

type LinkUsersStep

type LinkUsersStep struct{}

func (*LinkUsersStep) Type

func (s *LinkUsersStep) Type() NextStepType

type LinkingUserDoneScreenText

type LinkingUserDoneScreenText struct {
	Title            string
	Description      string
	CancelButtonText string
	NextButtonText   string
}

type LockoutPolicy

type LockoutPolicy struct {
	models.ObjectRoot

	Default             bool
	MaxPasswordAttempts uint64
	ShowLockOutFailures bool
}

type LoginPolicy

type LoginPolicy struct {
	models.ObjectRoot

	Default                bool
	AllowUsernamePassword  bool
	AllowRegister          bool
	AllowExternalIDP       bool
	IDPProviders           []*IDPProvider
	ForceMFA               bool
	SecondFactors          []SecondFactorType
	MultiFactors           []MultiFactorType
	PasswordlessType       PasswordlessType
	HidePasswordReset      bool
	IgnoreUnknownUsernames bool
	DefaultRedirectURI     string
}

func (*LoginPolicy) HasMultiFactors

func (p *LoginPolicy) HasMultiFactors() bool

func (*LoginPolicy) HasSecondFactors

func (p *LoginPolicy) HasSecondFactors() bool

type LoginScreenText

type LoginScreenText struct {
	Title                   string
	Description             string
	TitleLinking            string
	DescriptionLinking      string
	LoginNameLabel          string
	UsernamePlaceholder     string
	LoginnamePlaceholder    string
	RegisterButtonText      string
	NextButtonText          string
	ExternalUserDescription string
	MustBeMemberOfOrg       string
}

type LoginStep

type LoginStep struct{}

func (*LoginStep) Type

func (s *LoginStep) Type() NextStepType

type LoginSucceededStep

type LoginSucceededStep struct{}

func (*LoginSucceededStep) Type

func (s *LoginSucceededStep) Type() NextStepType

type LogoutDoneScreenText

type LogoutDoneScreenText struct {
	Title           string
	Description     string
	LoginButtonText string
}

type MFALevel

type MFALevel int
const (
	MFALevelNotSetUp MFALevel = iota
	MFALevelSecondFactor
	MFALevelMultiFactor
	MFALevelMultiFactorCertified
)

type MFAPromptStep

type MFAPromptStep struct {
	Required     bool
	MFAProviders []MFAType
}

func (*MFAPromptStep) Type

func (s *MFAPromptStep) Type() NextStepType

type MFAProvidersText

type MFAProvidersText struct {
	ChooseOther string
	Provider0   string //OTP
	Provider1   string //U2F
}

type MFAState

type MFAState int32
const (
	MFAStateUnspecified MFAState = iota
	MFAStateNotReady
	MFAStateReady
	MFAStateRemoved
)

func (MFAState) Valid

func (f MFAState) Valid() bool

type MFAType

type MFAType int
const (
	MFATypeOTP MFAType = iota
	MFATypeU2F
	MFATypeU2FUserVerification
)

type MFAVerificationStep

type MFAVerificationStep struct {
	MFAProviders []MFAType
}

func (*MFAVerificationStep) Type

type Machine

type Machine struct {
	models.ObjectRoot

	Username    string
	State       UserState
	Name        string
	Description string
}

func (Machine) GetState

func (m Machine) GetState() UserState

func (Machine) GetUsername

func (m Machine) GetUsername() string

func (*Machine) IsValid

func (sa *Machine) IsValid() bool

type MachineKey

type MachineKey struct {
	models.ObjectRoot

	KeyID          string
	Type           AuthNKeyType
	ExpirationDate time.Time
	PrivateKey     []byte
	PublicKey      []byte
}

func (*MachineKey) Detail

func (key *MachineKey) Detail() ([]byte, error)

func (*MachineKey) GenerateNewMachineKeyPair

func (key *MachineKey) GenerateNewMachineKeyPair(keySize int) error

func (*MachineKey) MarshalJSON

func (key *MachineKey) MarshalJSON() ([]byte, error)

type MachineKeyState

type MachineKeyState int32
const (
	MachineKeyStateUnspecified MachineKeyState = iota
	MachineKeyStateActive
	MachineKeyStateRemoved
)

func (MachineKeyState) Valid

func (f MachineKeyState) Valid() bool

type MailTemplate

type MailTemplate struct {
	models.ObjectRoot

	State    PolicyState
	Default  bool
	Template []byte
}

func (*MailTemplate) IsValid

func (m *MailTemplate) IsValid() bool

type Member

type Member struct {
	es_models.ObjectRoot

	UserID string
	Roles  []string
}

func NewMember

func NewMember(aggregateID, userID string, roles ...string) *Member

func (*Member) IsIAMValid

func (i *Member) IsIAMValid() bool

func (*Member) IsValid

func (i *Member) IsValid() bool

type MemberState

type MemberState int32
const (
	MemberStateUnspecified MemberState = iota
	MemberStateActive
	MemberStateRemoved
)

func (MemberState) Valid

func (f MemberState) Valid() bool

type MemberType

type MemberType int32
const (
	MemberTypeUnspecified MemberType = iota
	MemberTypeOrganisation
	MemberTypeProject
	MemberTypeProjectGrant
	MemberTypeIam
)

type MessageTexts

type MessageTexts struct {
	InitCode                 CustomMessageText
	PasswordReset            CustomMessageText
	VerifyEmail              CustomMessageText
	VerifyPhone              CustomMessageText
	DomainClaimed            CustomMessageText
	PasswordlessRegistration CustomMessageText
}

func (*MessageTexts) GetMessageTextByType

func (m *MessageTexts) GetMessageTextByType(msgType string) *CustomMessageText

type Metadata

type Metadata struct {
	es_models.ObjectRoot

	State MetadataState
	Key   string
	Value []byte
}

func (*Metadata) IsValid

func (m *Metadata) IsValid() bool

type MetadataSearchKey

type MetadataSearchKey int32
const (
	MetadataSearchKeyUnspecified MetadataSearchKey = iota
	MetadataSearchKeyAggregateID
	MetadataSearchKeyResourceOwner
	MetadataSearchKeyKey
	MetadataSearchKeyValue
)

type MetadataSearchQuery

type MetadataSearchQuery struct {
	Key    MetadataSearchKey
	Method SearchMethod
	Value  interface{}
}

type MetadataSearchRequest

type MetadataSearchRequest struct {
	Offset        uint64
	Limit         uint64
	SortingColumn MetadataSearchKey
	Asc           bool
	Queries       []*MetadataSearchQuery
}

func (*MetadataSearchRequest) AppendAggregateIDQuery

func (r *MetadataSearchRequest) AppendAggregateIDQuery(aggregateID string)

func (*MetadataSearchRequest) AppendResourceOwnerQuery

func (r *MetadataSearchRequest) AppendResourceOwnerQuery(resourceOwner string)

func (*MetadataSearchRequest) EnsureLimit

func (r *MetadataSearchRequest) EnsureLimit(limit uint64) error

type MetadataSearchResponse

type MetadataSearchResponse struct {
	Offset      uint64
	Limit       uint64
	TotalResult uint64
	Result      []*Metadata
	Sequence    uint64
	Timestamp   time.Time
}

type MetadataState

type MetadataState int32
const (
	MetadataStateUnspecified MetadataState = iota
	MetadataStateActive
	MetadataStateRemoved
)

func (MetadataState) Exists

func (s MetadataState) Exists() bool

type MultiFactorType

type MultiFactorType int32
const (
	MultiFactorTypeUnspecified MultiFactorType = iota
	MultiFactorTypeU2FWithPIN
)

func MultiFactorTypes

func MultiFactorTypes() []MultiFactorType

func (MultiFactorType) Valid

func (f MultiFactorType) Valid() bool

type MultifactorConfigs

type MultifactorConfigs struct {
	OTP OTPConfig
}

type NextStep

type NextStep interface {
	Type() NextStepType
}

type NextStepType

type NextStepType int32
const (
	NextStepUnspecified NextStepType = iota
	NextStepLogin
	NextStepUserSelection
	NextStepInitUser
	NextStepPassword
	NextStepChangePassword
	NextStepInitPassword
	NextStepVerifyEmail
	NextStepMFAPrompt
	NextStepMFAVerify
	NextStepRedirectToCallback
	NextStepChangeUsername
	NextStepLinkUsers
	NextStepExternalNotFoundOption
	NextStepExternalLogin
	NextStepGrantRequired
	NextStepPasswordless
	NextStepPasswordlessRegistrationPrompt
	NextStepRegistration
	NextStepProjectRequired
	NextStepRedirectToExternalIDP
	NextStepLoginSucceeded
)

type NotificationType

type NotificationType int32
const (
	NotificationTypeEmail NotificationType = iota
	NotificationTypeSms
)

func (NotificationType) Valid

func (f NotificationType) Valid() bool

type OIDCApp

type OIDCApp struct {
	models.ObjectRoot

	AppID                    string
	AppName                  string
	ClientID                 string
	ClientSecret             *crypto.CryptoValue
	ClientSecretString       string
	RedirectUris             []string
	ResponseTypes            []OIDCResponseType
	GrantTypes               []OIDCGrantType
	ApplicationType          OIDCApplicationType
	AuthMethodType           OIDCAuthMethodType
	PostLogoutRedirectUris   []string
	OIDCVersion              OIDCVersion
	Compliance               *Compliance
	DevMode                  bool
	AccessTokenType          OIDCTokenType
	AccessTokenRoleAssertion bool
	IDTokenRoleAssertion     bool
	IDTokenUserinfoAssertion bool
	ClockSkew                time.Duration
	AdditionalOrigins        []string

	State AppState
}

func (*OIDCApp) FillCompliance

func (a *OIDCApp) FillCompliance()

func (*OIDCApp) GetApplicationName

func (a *OIDCApp) GetApplicationName() string

func (*OIDCApp) GetState

func (a *OIDCApp) GetState() AppState

func (*OIDCApp) IsValid

func (a *OIDCApp) IsValid() bool

func (*OIDCApp) OriginsValid

func (a *OIDCApp) OriginsValid() bool

type OIDCApplicationType

type OIDCApplicationType int32
const (
	OIDCApplicationTypeWeb OIDCApplicationType = iota
	OIDCApplicationTypeUserAgent
	OIDCApplicationTypeNative
)

type OIDCAuthMethodType

type OIDCAuthMethodType int32
const (
	OIDCAuthMethodTypeBasic OIDCAuthMethodType = iota
	OIDCAuthMethodTypePost
	OIDCAuthMethodTypeNone
	OIDCAuthMethodTypePrivateKeyJWT
)

type OIDCCodeChallenge

type OIDCCodeChallenge struct {
	Challenge string
	Method    OIDCCodeChallengeMethod
}

func (*OIDCCodeChallenge) IsValid

func (c *OIDCCodeChallenge) IsValid() bool

type OIDCCodeChallengeMethod

type OIDCCodeChallengeMethod int32
const (
	CodeChallengeMethodPlain OIDCCodeChallengeMethod = iota
	CodeChallengeMethodS256
)

type OIDCGrantType

type OIDCGrantType int32
const (
	OIDCGrantTypeAuthorizationCode OIDCGrantType = iota
	OIDCGrantTypeImplicit
	OIDCGrantTypeRefreshToken
)

type OIDCIDPConfig

type OIDCIDPConfig struct {
	es_models.ObjectRoot
	IDPConfigID           string
	ClientID              string
	ClientSecret          *crypto.CryptoValue
	ClientSecretString    string
	Issuer                string
	AuthorizationEndpoint string
	TokenEndpoint         string
	Scopes                []string
	IDPDisplayNameMapping OIDCMappingField
	UsernameMapping       OIDCMappingField
}

type OIDCMappingField

type OIDCMappingField int32
const (
	OIDCMappingFieldUnspecified OIDCMappingField = iota
	OIDCMappingFieldPreferredLoginName
	OIDCMappingFieldEmail
)

func (OIDCMappingField) Valid

func (f OIDCMappingField) Valid() bool

type OIDCResponseType

type OIDCResponseType int32
const (
	OIDCResponseTypeCode OIDCResponseType = iota
	OIDCResponseTypeIDToken
	OIDCResponseTypeIDTokenToken
)

type OIDCTokenType

type OIDCTokenType int32
const (
	OIDCTokenTypeBearer OIDCTokenType = iota
	OIDCTokenTypeJWT
)

type OIDCVersion

type OIDCVersion int32
const (
	OIDCVersionV1 OIDCVersion = iota
)

type OTP

type OTP struct {
	es_models.ObjectRoot

	Secret       *crypto.CryptoValue
	SecretString string
	Url          string
	State        MFAState
}

type OTPConfig

type OTPConfig struct {
	Issuer    string
	CryptoMFA crypto.EncryptionAlgorithm
}

type ObjectDetails

type ObjectDetails struct {
	Sequence      uint64
	EventDate     time.Time
	ResourceOwner string
}

type Org

type Org struct {
	models.ObjectRoot

	State OrgState
	Name  string

	PrimaryDomain            string
	Domains                  []*OrgDomain
	Members                  []*Member
	OrgIamPolicy             *OrgIAMPolicy
	LoginPolicy              *LoginPolicy
	LabelPolicy              *LabelPolicy
	PasswordComplexityPolicy *PasswordComplexityPolicy
	PasswordAgePolicy        *PasswordAgePolicy
	PasswordLockoutPolicy    *LockoutPolicy
	IDPs                     []*IDPConfig
}

func (*Org) AddIAMDomain

func (o *Org) AddIAMDomain(iamDomain string)

func (*Org) IsValid

func (o *Org) IsValid() bool

type OrgDomain

type OrgDomain struct {
	models.ObjectRoot

	Domain         string
	Primary        bool
	Verified       bool
	ValidationType OrgDomainValidationType
	ValidationCode *crypto.CryptoValue
}

func (*OrgDomain) GenerateVerificationCode

func (domain *OrgDomain) GenerateVerificationCode(codeGenerator crypto.Generator) (string, error)

func (*OrgDomain) IsValid

func (domain *OrgDomain) IsValid() bool

type OrgDomainState

type OrgDomainState int32
const (
	OrgDomainStateUnspecified OrgDomainState = iota
	OrgDomainStateActive
	OrgDomainStateRemoved
)

func (OrgDomainState) Valid

func (f OrgDomainState) Valid() bool

type OrgDomainValidationType

type OrgDomainValidationType int32
const (
	OrgDomainValidationTypeUnspecified OrgDomainValidationType = iota
	OrgDomainValidationTypeHTTP
	OrgDomainValidationTypeDNS
)

func (OrgDomainValidationType) CheckType

type OrgIAMPolicy

type OrgIAMPolicy struct {
	models.ObjectRoot

	UserLoginMustBeDomain bool
	Default               bool
}

type OrgState

type OrgState int32
const (
	OrgStateUnspecified OrgState = iota
	OrgStateActive
	OrgStateInactive
	OrgStateRemoved
)

type Password

type Password struct {
	es_models.ObjectRoot

	SecretString   string
	SecretCrypto   *crypto.CryptoValue
	ChangeRequired bool
}

func NewPassword

func NewPassword(password string) *Password

func (*Password) HashPasswordIfExisting

func (p *Password) HashPasswordIfExisting(policy *PasswordComplexityPolicy, passwordAlg crypto.HashAlgorithm) error

type PasswordAgePolicy

type PasswordAgePolicy struct {
	models.ObjectRoot

	MaxAgeDays     uint64
	ExpireWarnDays uint64
}

type PasswordChangeDoneScreenText

type PasswordChangeDoneScreenText struct {
	Title          string
	Description    string
	NextButtonText string
}

type PasswordChangeScreenText

type PasswordChangeScreenText struct {
	Title                   string
	Description             string
	OldPasswordLabel        string
	NewPasswordLabel        string
	NewPasswordConfirmLabel string
	CancelButtonText        string
	NextButtonText          string
}

type PasswordCode

type PasswordCode struct {
	es_models.ObjectRoot

	Code             *crypto.CryptoValue
	Expiry           time.Duration
	NotificationType NotificationType
}

func NewPasswordCode

func NewPasswordCode(passwordGenerator crypto.Generator) (*PasswordCode, error)

type PasswordComplexityPolicy

type PasswordComplexityPolicy struct {
	models.ObjectRoot

	MinLength    uint64
	HasLowercase bool
	HasUppercase bool
	HasNumber    bool
	HasSymbol    bool

	Default bool
}

func (*PasswordComplexityPolicy) Check

func (p *PasswordComplexityPolicy) Check(password string) error

func (*PasswordComplexityPolicy) IsValid

func (p *PasswordComplexityPolicy) IsValid() error

type PasswordResetDoneScreenText

type PasswordResetDoneScreenText struct {
	Title          string
	Description    string
	NextButtonText string
}

type PasswordScreenText

type PasswordScreenText struct {
	Title          string
	Description    string
	PasswordLabel  string
	ResetLinkText  string
	BackButtonText string
	NextButtonText string
	MinLength      string
	HasUppercase   string
	HasLowercase   string
	HasNumber      string
	HasSymbol      string
	Confirmation   string
}

type PasswordStep

type PasswordStep struct{}

func (*PasswordStep) Type

func (s *PasswordStep) Type() NextStepType

type PasswordlessInitCode

type PasswordlessInitCode struct {
	es_models.ObjectRoot

	CodeID     string
	Code       string
	Expiration time.Duration
	State      PasswordlessInitCodeState
}
func (p *PasswordlessInitCode) Link(baseURL string) string

type PasswordlessInitCodeState

type PasswordlessInitCodeState int32
const (
	PasswordlessInitCodeStateUnspecified PasswordlessInitCodeState = iota
	PasswordlessInitCodeStateRequested
	PasswordlessInitCodeStateActive
	PasswordlessInitCodeStateRemoved
)

type PasswordlessPromptScreenText

type PasswordlessPromptScreenText struct {
	Title                  string
	Description            string
	DescriptionInit        string
	PasswordlessButtonText string
	NextButtonText         string
	SkipButtonText         string
}

type PasswordlessRegistrationDoneScreenText

type PasswordlessRegistrationDoneScreenText struct {
	Title            string
	Description      string
	DescriptionClose string
	NextButtonText   string
	CancelButtonText string
}

type PasswordlessRegistrationPromptStep

type PasswordlessRegistrationPromptStep struct{}

func (*PasswordlessRegistrationPromptStep) Type

type PasswordlessRegistrationScreenText

type PasswordlessRegistrationScreenText struct {
	Title                   string
	Description             string
	RegisterTokenButtonText string
	TokenNameLabel          string
	NotSupported            string
	ErrorRetry              string
}

type PasswordlessScreenText

type PasswordlessScreenText struct {
	Title                   string
	Description             string
	LoginWithPwButtonText   string
	ValidateTokenButtonText string
	NotSupported            string
	ErrorRetry              string
}

type PasswordlessStep

type PasswordlessStep struct {
	PasswordSet bool
}

func (*PasswordlessStep) Type

func (s *PasswordlessStep) Type() NextStepType

type PasswordlessType

type PasswordlessType int32
const (
	PasswordlessTypeNotAllowed PasswordlessType = iota
	PasswordlessTypeAllowed
)

func (PasswordlessType) Valid

func (f PasswordlessType) Valid() bool

type Permissions

type Permissions struct {
	Permissions []string
}

func (*Permissions) AppendPermissions

func (p *Permissions) AppendPermissions(ctxID string, permissions ...string)

type PersonalAccessTokenState

type PersonalAccessTokenState int32
const (
	PersonalAccessTokenStateUnspecified PersonalAccessTokenState = iota
	PersonalAccessTokenStateActive
	PersonalAccessTokenStateRemoved
)

func (PersonalAccessTokenState) Valid

func (f PersonalAccessTokenState) Valid() bool

type Phone

type Phone struct {
	es_models.ObjectRoot

	PhoneNumber     string
	IsPhoneVerified bool
}

func (*Phone) IsValid

func (p *Phone) IsValid() bool

type PhoneCode

type PhoneCode struct {
	es_models.ObjectRoot

	Code   *crypto.CryptoValue
	Expiry time.Duration
}

func NewPhoneCode

func NewPhoneCode(phoneGenerator crypto.Generator) (*PhoneCode, error)

type PhoneState

type PhoneState int32
const (
	PhoneStateUnspecified PhoneState = iota
	PhoneStateActive
	PhoneStateRemoved
)

func (PhoneState) Exists

func (s PhoneState) Exists() bool

func (PhoneState) Valid

func (s PhoneState) Valid() bool

type PolicyState

type PolicyState int32
const (
	PolicyStateUnspecified PolicyState = iota
	PolicyStateActive
	PolicyStateRemoved
)

func (PolicyState) Exists

func (s PolicyState) Exists() bool

func (PolicyState) Valid

func (f PolicyState) Valid() bool

type PrivacyPolicy

type PrivacyPolicy struct {
	models.ObjectRoot

	State   PolicyState
	Default bool

	TOSLink     string
	PrivacyLink string
	HelpLink    string
}

type PrivateLabelingSetting

type PrivateLabelingSetting int32
const (
	PrivateLabelingSettingUnspecified PrivateLabelingSetting = iota
	PrivateLabelingSettingEnforceProjectResourceOwnerPolicy
	PrivateLabelingSettingAllowLoginUserResourceOwnerPolicy
)

type Profile

type Profile struct {
	es_models.ObjectRoot

	FirstName          string
	LastName           string
	NickName           string
	DisplayName        string
	PreferredLanguage  language.Tag
	Gender             Gender
	PreferredLoginName string
	LoginNames         []string
}

func (*Profile) IsValid

func (p *Profile) IsValid() bool

type Project

type Project struct {
	models.ObjectRoot

	State                  ProjectState
	Name                   string
	ProjectRoleAssertion   bool
	ProjectRoleCheck       bool
	HasProjectCheck        bool
	PrivateLabelingSetting PrivateLabelingSetting
}

func (*Project) IsValid

func (o *Project) IsValid() bool

type ProjectGrant

type ProjectGrant struct {
	es_models.ObjectRoot

	GrantID      string
	GrantedOrgID string
	State        ProjectGrantState
	RoleKeys     []string
}

func (*ProjectGrant) HasInvalidRoles

func (g *ProjectGrant) HasInvalidRoles(validRoles []string) bool

func (*ProjectGrant) IsValid

func (p *ProjectGrant) IsValid() bool

type ProjectGrantIDs

type ProjectGrantIDs struct {
	ProjectID string
	GrantID   string
}

type ProjectGrantMember

type ProjectGrantMember struct {
	es_models.ObjectRoot

	GrantID string
	UserID  string
	Roles   []string
}

func NewProjectGrantMember

func NewProjectGrantMember(aggregateID, userID, grantID string, roles ...string) *ProjectGrantMember

func (*ProjectGrantMember) IsValid

func (i *ProjectGrantMember) IsValid() bool

type ProjectGrantState

type ProjectGrantState int32
const (
	ProjectGrantStateUnspecified ProjectGrantState = iota
	ProjectGrantStateActive
	ProjectGrantStateInactive
	ProjectGrantStateRemoved
)

type ProjectRequiredStep

type ProjectRequiredStep struct{}

func (*ProjectRequiredStep) Type

type ProjectRole

type ProjectRole struct {
	models.ObjectRoot

	Key         string
	DisplayName string
	Group       string
}

func NewProjectRole

func NewProjectRole(projectID, key string) *ProjectRole

func (*ProjectRole) IsValid

func (p *ProjectRole) IsValid() bool

type ProjectRoleState

type ProjectRoleState int32
const (
	ProjectRoleStateUnspecified ProjectRoleState = iota
	ProjectRoleStateActive
	ProjectRoleStateRemoved
)

type ProjectState

type ProjectState int32
const (
	ProjectStateUnspecified ProjectState = iota
	ProjectStateActive
	ProjectStateInactive
	ProjectStateRemoved
)

type Prompt

type Prompt int32
const (
	PromptUnspecified Prompt = iota
	PromptNone
	PromptLogin
	PromptConsent
	PromptSelectAccount
	PromptCreate
)

type RedirectToCallbackStep

type RedirectToCallbackStep struct{}

func (*RedirectToCallbackStep) Type

type RedirectToExternalIDPStep

type RedirectToExternalIDPStep struct{}

func (*RedirectToExternalIDPStep) Type

type RegistrationOptionScreenText

type RegistrationOptionScreenText struct {
	Title                              string
	Description                        string
	RegisterUsernamePasswordButtonText string
	ExternalLoginDescription           string
}

type RegistrationOrgScreenText

type RegistrationOrgScreenText struct {
	Title                string
	Description          string
	OrgNameLabel         string
	FirstnameLabel       string
	LastnameLabel        string
	UsernameLabel        string
	EmailLabel           string
	PasswordLabel        string
	PasswordConfirmLabel string
	TOSAndPrivacyLabel   string
	TOSConfirm           string
	TOSLinkText          string
	TOSConfirmAnd        string
	PrivacyLinkText      string
	SaveButtonText       string
}

type RegistrationStep

type RegistrationStep struct{}

func (*RegistrationStep) Type

func (s *RegistrationStep) Type() NextStepType

type RegistrationUserScreenText

type RegistrationUserScreenText struct {
	Title                  string
	Description            string
	DescriptionOrgRegister string
	FirstnameLabel         string
	LastnameLabel          string
	EmailLabel             string
	UsernameLabel          string
	LanguageLabel          string
	GenderLabel            string
	PasswordLabel          string
	PasswordConfirmLabel   string
	TOSAndPrivacyLabel     string
	TOSConfirm             string
	TOSLinkText            string
	TOSConfirmAnd          string
	PrivacyLinkText        string
	NextButtonText         string
	BackButtonText         string
}

type Request

type Request interface {
	Type() AuthRequestType
	IsValid() bool
}

TODO: Change AuthRequest to interface and let oidcauthreqesut implement it

type SearchMethod

type SearchMethod int32
const (
	SearchMethodEquals SearchMethod = iota
	SearchMethodStartsWith
	SearchMethodContains
	SearchMethodEqualsIgnoreCase
	SearchMethodStartsWithIgnoreCase
	SearchMethodContainsIgnoreCase
	SearchMethodNotEquals
	SearchMethodGreaterThan
	SearchMethodLessThan
	SearchMethodIsOneOf
	SearchMethodListContains
	SearchMethodEndsWith
	SearchMethodEndsWithIgnoreCase
)

type SecondFactorType

type SecondFactorType int32
const (
	SecondFactorTypeUnspecified SecondFactorType = iota
	SecondFactorTypeOTP
	SecondFactorTypeU2F
)

func SecondFactorTypes

func SecondFactorTypes() []SecondFactorType

func (SecondFactorType) Valid

func (f SecondFactorType) Valid() bool

type SelectAccountScreenText

type SelectAccountScreenText struct {
	Title              string
	Description        string
	TitleLinking       string
	DescriptionLinking string
	OtherUser          string
	SessionState0      string //active
	SessionState1      string //inactive
	MustBeMemberOfOrg  string
}

type SelectUserStep

type SelectUserStep struct {
	Users []UserSelection
}

func (*SelectUserStep) Type

func (s *SelectUserStep) Type() NextStepType

type Step

type Step int
const (
	Step1 Step = iota + 1
	Step2
	Step3
	Step4
	Step5
	Step6
	Step7
	Step8
	Step9
	Step10
	Step11
	Step12
	Step13
	Step14
	Step15
	Step16
	Step17
	Step18
	Step19
	Step20
	Step21
	Step22
	//StepCount marks the the length of possible steps (StepCount-1 == last possible step)
	StepCount
)

type SuccessLoginScreenText

type SuccessLoginScreenText struct {
	Title                   string
	AutoRedirectDescription string
	RedirectedDescription   string
	NextButtonText          string
}

type Token

type Token struct {
	es_models.ObjectRoot

	TokenID           string
	ApplicationID     string
	UserAgentID       string
	RefreshTokenID    string
	Audience          []string
	Expiration        time.Time
	Scopes            []string
	PreferredLanguage string
}

type TriggerType

type TriggerType int32
const (
	TriggerTypeUnspecified TriggerType = iota
	TriggerTypePostAuthentication
	TriggerTypePreCreation
	TriggerTypePostCreation
)

func (TriggerType) Valid

func (s TriggerType) Valid() bool

type UniqueConstraintMigration

type UniqueConstraintMigration struct {
	AggregateID  string
	ObjectID     string
	UniqueType   string
	UniqueField  string
	ErrorMessage string
}

type User

type User interface {
	GetUsername() string
	GetState() UserState
}

type UserAuthMethodType

type UserAuthMethodType int32
const (
	UserAuthMethodTypeUnspecified UserAuthMethodType = iota
	UserAuthMethodTypeOTP
	UserAuthMethodTypeU2F
	UserAuthMethodTypePasswordless
)

func (UserAuthMethodType) Valid

func (f UserAuthMethodType) Valid() bool

type UserGrant

type UserGrant struct {
	es_models.ObjectRoot

	State          UserGrantState
	UserID         string
	ProjectID      string
	ProjectGrantID string
	RoleKeys       []string
}

func (*UserGrant) HasInvalidRoles

func (g *UserGrant) HasInvalidRoles(validRoles []string) bool

func (*UserGrant) IsValid

func (u *UserGrant) IsValid() bool

type UserGrantState

type UserGrantState int32
const (
	UserGrantStateUnspecified UserGrantState = iota
	UserGrantStateActive
	UserGrantStateInactive
	UserGrantStateRemoved
)
type UserIDPLink struct {
	es_models.ObjectRoot

	IDPConfigID    string
	ExternalUserID string
	DisplayName    string
}

func (*UserIDPLink) IsValid

func (idp *UserIDPLink) IsValid() bool

type UserIDPLinkState

type UserIDPLinkState int32
const (
	UserIDPLinkStateUnspecified UserIDPLinkState = iota
	UserIDPLinkStateActive
	UserIDPLinkStateRemoved
)

func (UserIDPLinkState) Valid

func (s UserIDPLinkState) Valid() bool

type UserMembership

type UserMembership struct {
	UserID      string
	MemberType  MemberType
	AggregateID string
	//ObjectID differs from aggregate id if obejct is sub of an aggregate
	ObjectID string

	Roles             []string
	DisplayName       string
	CreationDate      time.Time
	ChangeDate        time.Time
	ResourceOwner     string
	ResourceOwnerName string
	Sequence          uint64
}

type UserSelection

type UserSelection struct {
	UserID            string
	UserName          string
	DisplayName       string
	LoginName         string
	UserSessionState  UserSessionState
	SelectionPossible bool
	AvatarKey         string
	ResourceOwner     string
}

type UserSessionState

type UserSessionState int32
const (
	UserSessionStateActive UserSessionState = iota
	UserSessionStateTerminated
)

type UserState

type UserState int32
const (
	UserStateUnspecified UserState = iota
	UserStateActive
	UserStateInactive
	UserStateDeleted
	UserStateLocked
	UserStateSuspend
	UserStateInitial
)

func (UserState) Exists

func (s UserState) Exists() bool

func (UserState) Valid

func (f UserState) Valid() bool

type UserType

type UserType int32
const (
	UserTypeUnspecified UserType = iota
	UserTypeHuman
	UserTypeMachine
)

func (UserType) Valid

func (f UserType) Valid() bool

type UserVerificationRequirement

type UserVerificationRequirement int32
const (
	UserVerificationRequirementUnspecified UserVerificationRequirement = iota
	UserVerificationRequirementRequired
	UserVerificationRequirementPreferred
	UserVerificationRequirementDiscouraged
)

type UsernameChangeDoneScreenText

type UsernameChangeDoneScreenText struct {
	Title          string
	Description    string
	NextButtonText string
}

type UsernameChangeScreenText

type UsernameChangeScreenText struct {
	Title            string
	Description      string
	UsernameLabel    string
	CancelButtonText string
	NextButtonText   string
}

type VerifyEMailStep

type VerifyEMailStep struct{}

func (*VerifyEMailStep) Type

func (s *VerifyEMailStep) Type() NextStepType

type VerifyMFAOTPScreenText

type VerifyMFAOTPScreenText struct {
	Title          string
	Description    string
	CodeLabel      string
	NextButtonText string
}

type VerifyMFAU2FScreenText

type VerifyMFAU2FScreenText struct {
	Title                   string
	Description             string
	ValidateTokenButtonText string
	NotSupported            string
	ErrorRetry              string
}

type WebAuthNLogin

type WebAuthNLogin struct {
	es_models.ObjectRoot

	CredentialAssertionData []byte
	Challenge               string
	AllowedCredentialIDs    [][]byte
	UserVerification        UserVerificationRequirement
}

type WebAuthNToken

type WebAuthNToken struct {
	es_models.ObjectRoot

	WebAuthNTokenID        string
	CredentialCreationData []byte
	State                  MFAState
	Challenge              string
	AllowedCredentialIDs   [][]byte
	UserVerification       UserVerificationRequirement
	KeyID                  []byte
	PublicKey              []byte
	AttestationType        string
	AAGUID                 []byte
	SignCount              uint32
	WebAuthNTokenName      string
}

func GetTokenByKeyID

func GetTokenByKeyID(tokens []*WebAuthNToken, keyID []byte) (int, *WebAuthNToken)

func GetTokenToVerify

func GetTokenToVerify(tokens []*WebAuthNToken) (int, *WebAuthNToken)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL