in src/server/routes/agree.ts [105:117]
await setupJobsUserInOkta(
firstName,
secondName,
state.oauthState.idToken.claims.sub,
req.ip,
);
// delete the ID token cookie, as we've updated the user model,
// so a new token will be issued on the next request if needed
deleteOAuthTokenCookie(res, 'GU_ID_TOKEN');
trackMetric('JobsGRSGroupAgree::Success');
} catch (error) {