Documentation
¶
Overview ¶
Package saml provides an Authentication Handler for authenticating over SAML
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SAML ¶
type SAML struct {
SPPublicKey string
SPPrivatekey string
JWTPrivatekey string
HTTPClient http.Client `toml:"-"`
Domain string `toml:"domain"`
Cookiename string
// contains filtered or unexported fields
}
SAML is an Applicance to react on Events from the SAML-IDP and that provides an interface to get data from the IDP in a standartised fashion.
func (*SAML) Defaults ¶
func (s *SAML) Defaults() httpserver.SiteConfig
Defaults returns the default values for the config
func (*SAML) Setup ¶
func (s *SAML) Setup(config httpserver.SiteConfig) (err error)
Setup sets the saml object up.
Click to show internal directories.
Click to hide internal directories.