During verify I fetch a displayName and icon to pass along to processVerification. I'd really like to access those values in load, but I don't think that's possible, right?
Instead, for now, every time load runs, I make one extra HTTP request (the same one I already did in verify) just to fetch displayName and icon again.
I'm using these values to populate an Identity.

So, just like site is available as a global variable, along with variables specified in ui-config.json, I'd like displayName and icon available as well. What do you say, is it a terrible idea? 😅