Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
func StartServer()
Types ¶
type Options ¶
type Options struct { Help bool `help:"show help"` Cert string `help:"certificate file"` Key string `help:"certificate private key file"` Port int `help:"listening port"` Entity string `help:"SAML entityID"` IdpId string `help:"IDP ID"` SpMeta []string `help:"ServiceProvider metadata filename"` IdpMeta []string `help:"IdentityProvider metadata filename"` }
Click to show internal directories.
Click to hide internal directories.