Forum Discussion

StephenF's avatar
StephenF
Responsive Resident
2 years ago
Solved

Token expiry issues refreshing a semantic model

  I'm getting  a"DM_GWPipeline_Gateway_MashupDataAccessError" refreshing a semantic model connected to a local dataflow.   Seems like some sort of token expiry issue. Every time I have to build a ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi StephenF ,

    When a client acquires an access token to access a protected resource, the client also receives a refresh token. The refresh token is used to obtain new access and refresh token pairs when the current access token expires.You can't configure the lifetime of a refresh token. You can't reduce or lengthen their lifetime.Perhaps you can configure a scheduled refresh, where a refresh within the refresh token's validity period will acquire a new refresh token.

    Data refresh in Power BI - Power BI | Microsoft Learn

    Refresh tokens in the Microsoft identity platform - Microsoft identity platform | Microsoft Learn

     

    Best Regards,
    Wenbin Zhou
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.