Hi, I'm just struggling with validating the claims on this test api endpoint. The first screen shot with the arrows is to show the claims are actually in the session. The second screenshot is to show that when I put in the line of code to validate the claims in the verifySession function it throws an error. The 3rd screenshot is just showing where I am adding the claim (after the 2FA is complete). I chose to use setClaimValue because fetchAndSetClaim(UserRoles.UserRoleClaim) was not injecting the claims into the session.