Hi,
I am trying to create a precondition for a user journey step based upon a verified email and otherMails. I have checked that both claims have the correct value (they compare correctly against a hard code value in the policy), but it doesn't seem to be possible to compare the values of two claims in a precondition. It appears you can only verify a claim against a constant value. Is there a way to compare two claim values in a policy? Or are there alternative approaches for failing a login when the verified email does not match the first element of otherMails?