Versions in this module Expand all Collapse all v2 v2.11.4 Oct 1, 2020 Changes in this version + const Prefix + type Config struct + ClientID apiv1.SecretKeySelector + ClientSecret apiv1.SecretKeySelector + Issuer string + RedirectURL string + type Interface interface + Authorize func(ctx context.Context, authorization string) (*jws.ClaimSet, error) + HandleCallback func(writer http.ResponseWriter, request *http.Request) + HandleRedirect func(writer http.ResponseWriter, request *http.Request) + var NullSSO Interface = nullService{} + func New(c Config, secretsIf corev1.SecretInterface, baseHRef string, secure bool) (Interface, error)