diff --git a/service_provider.go b/service_provider.go index 1043d01c..dd92f2bc 100644 --- a/service_provider.go +++ b/service_provider.go @@ -87,7 +87,7 @@ type ServiceProvider struct { // issued by the IDP and the time it is received by ParseResponse. This is used // to prevent old responses from being replayed (while allowing for some clock // drift between the SP and IDP). -const MaxIssueDelay = time.Second * 90 +var MaxIssueDelay = time.Second * 90 // MaxClockSkew allows for leeway for clock skew between the IDP and SP when // validating assertions. It defaults to 180 seconds (matches shibboleth).