diff --git a/pkg/oidc/oidc.go b/pkg/oidc/oidc.go index b105df761bab..08a56ba0fc1f 100644 --- a/pkg/oidc/oidc.go +++ b/pkg/oidc/oidc.go @@ -222,7 +222,8 @@ func (tokenVerifier *TokenVerifier) Verify(ctx context.Context, rawToken string) } // VerifyExtendedExpiration checks the OIDC token expiration timestamp against the provided expiration time. -// It allows to accept tokens after the token original expiration time elapsed. +// It allows to accept tokens after the token original +// xpiration time elapsed. // The other aspects of the token must be verified separately with expiration check disabled. func (tokenVerifier *TokenVerifier) VerifyExtendedExpiration(expirationTimestamp time.Time, gracePeriodMinutes int) error { logger := tokenVerifier.Logger