No worries! I have a new issue now. When the Entra token expires, I don't have a refresh_token available to refresh the token. It seems like the Entra token expires before the FusionAuth token does.
Within the OpenId Reconcile lambda, the tokens parameter only has access_token and id_token in its properties.
I have "offline_access" included in my scope but the refresh token isn't provided.
Do you know how can can get the Entra Id refresh token?