provide the entire Claims collection back to the pascal code from TWebAuth

Can you please provide the entire Claims collection back to the pascal code from TWebAuth?

I have Azure schema extensions, so the JWT contains additional custom details and I need to access it. Because it's custom, simply extending TMicrosoftUserData with one-two more standard properties is not going to be enough, I need the entire JWT, basically, or all the claims at a minimum.

Hi,

We added TMicrosoftUser.IdTokenJWT. Starting from the next update you'll be able to access it.

Fantastic, thanks!