diff --git a/internal/oidc/oidc.go b/internal/oidc/oidc.go index 7865def8..fe50985c 100644 --- a/internal/oidc/oidc.go +++ b/internal/oidc/oidc.go @@ -105,7 +105,6 @@ func FositeOauth2Helper( RefreshTokenLifespan: 16 * time.Hour, // long enough for a single workday IDTokenIssuer: issuer, - TokenURL: "", // TODO set once we have this endpoint written ScopeStrategy: fosite.ExactScopeStrategy, // be careful and only support exact string matching for scopes AudienceMatchingStrategy: nil, // I believe the default is fine