We're currently building a site via PowerPages on top of our Dynamics 365 instance. I'm using the web API to fetch data, and using the default Azure AD/Entra ID authentication to give our users access. All of the PowerPages documentation says to use Liquid tags to access the user object (i.e., {{ user.id }}, etc), but it doesn't look like the user object is actually getting created when you use the Azure authentication. We could use the local auth, but everything says that will be deprecated soon. Anyone know how to return the current user in PowerPages if you're using the default authentication?