Versions in this module Expand all Collapse all v1 v1.1.0 Feb 27, 2017 Changes in this version + func InitNullAuthService() error + type Null struct + func (s *Null) AddHandlers(srv *server.Server) + func (s *Null) Cleanup() v1.0.0 Jun 29, 2016 Changes in this version + func AddHandlers(s *server.Server) + func Cleanup() + func InitOktaAuthService(config *OktaConfig) error + type OktaAuthService struct + func (s *OktaAuthService) AddHandlers(srv *server.Server) + func (s *OktaAuthService) Cleanup() + func (s *OktaAuthService) Validate(r *saml.Response, originalBytes []byte) error + type OktaConfig struct + Cert string + Domain string + Entrypoint string + Issuer string + type Service interface + AddHandlers func(s *server.Server) + Cleanup func() Incompatible versions in this module v2.0.0+incompatible Feb 27, 2017