Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundUI ¶
type MultiFactor ¶
type Provider ¶
type SAML ¶
type SAML struct {
Enabled bool
// IdP name used on a login form
Name string
// SAML certificate
Cert string
// SAML certificate private key
Key string
// Sign AuthNRequest and assertion
SignRequests bool
// Signature method for signing
SignMethod string
// Post or redirect binding
Binding string
// Identity provider hostname
IDP struct {
URL string
// identifier payload from idp
IdentName string
IdentHandle string
IdentIdentifier string
}
}
type Settings ¶
type Settings struct {
LocalEnabled bool
SignupEnabled bool
EmailConfirmationRequired bool
PasswordResetEnabled bool
PasswordCreateEnabled bool
ExternalEnabled bool
SplitCredentialsCheck bool
Providers []Provider
Saml SAML
MultiFactor MultiFactor
BackgroundUI BackgroundUI
ProfileAvatarEnabled bool
SendUserInviteEmail bool
AutoLogoutEnabled bool
AutoLogoutTimeout int
}
Click to show internal directories.
Click to hide internal directories.