Is it possible to refresh a user's Azure AD group and administrative role memberships through the Graph API to avoid the delay before these changes take effect? Azure PIM does this when a user activates access.
The beta version of the Graph API has a method to invalidate a user's refresh tokens which looks like it does this, but the user has to log in again on all devices. I'd like to avoid that.