@@ -36,12 +36,12 @@ import (
|
|||||||
type IsTrustCenterDomainFunc func(ctx context.Context, host string) bool
|
type IsTrustCenterDomainFunc func(ctx context.Context, host string) bool
|
||||||
|
|
||||||
type OIDCHandler struct {
|
type OIDCHandler struct {
|
||||||
iam *iam.Service
|
iam *iam.Service
|
||||||
sessionCookie *authn.Cookie
|
sessionCookie *authn.Cookie
|
||||||
cookieSecret string
|
cookieSecret string
|
||||||
logger *log.Logger
|
logger *log.Logger
|
||||||
safeRedirect *saferedirect.SafeRedirect
|
safeRedirect *saferedirect.SafeRedirect
|
||||||
isTrustCenterDomain IsTrustCenterDomainFunc
|
isTrustCenterDomain IsTrustCenterDomainFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewOIDCHandler(
|
func NewOIDCHandler(
|
||||||
|
|||||||
Reference in New Issue
Block a user