Documentation ¶
Index ¶
- func FetchIDPInfo(metadataURL string) (string, *x509.Certificate, error)
- func GenerateSAMLRequest(spCert *x509.Certificate, spKey crypto.PrivateKey, consumerServiceURL string, ...) (string, error)
- func VerifySAMLResponse(payload string, idPCert *x509.Certificate, consumerServiceURL string, ...) (string, error)
- type ErrExpired
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchIDPInfo ¶
func FetchIDPInfo(metadataURL string) (string, *x509.Certificate, error)
func GenerateSAMLRequest ¶
func GenerateSAMLRequest(spCert *x509.Certificate, spKey crypto.PrivateKey, consumerServiceURL string, idPSSOURL string) (string, error)
Types ¶
type ErrExpired ¶
type ErrExpired struct {
// contains filtered or unexported fields
}
func (ErrExpired) Error ¶
func (e ErrExpired) Error() string
Click to show internal directories.
Click to hide internal directories.