I had a look at the below Date transforms documented but couldnt find one which converts datetime to string. How would you achieve this in the custom policy?
https://learn.microsoft.com/en-us/azure/active-directory-b2c/date-transformations
Reason is AssertDateTimeIsGreaterThan takes input claims as string type. I want to pass currentDateTime to this transform! However as the currentDateTime is of type datetime, it fails!
Regards, Dipesh