Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultTLSGenDir = os.ExpandEnv("$HOME/.config/aserto/scim/certs")
)
Functions ¶
Types ¶
type AuthConfig ¶
type Config ¶
type Config struct {
Logging logger.Config `json:"logging"`
Directory client.Config `json:"directory"`
Server struct {
ListenAddress string `json:"listen_address"`
Certs certs.TLSCredsConfig `json:"certs"`
Auth AuthConfig `json:"auth"`
} `json:"server"`
SCIM struct {
CreateEmailIdentities bool `json:"create_email_identities"`
CreateRoleGroups bool `json:"create_role_groups"`
} `json:"scim"`
}
Click to show internal directories.
Click to hide internal directories.