Hi, I am trying to use PowerBI as client of our B2C APIs using Custom data connectors and facing issues during authentication; issue is with the way the PowerBI client handle the AUTH_SESSION_ID cookie. When we do an authorization code flow with ID brokering we have 2 authorization code flows happening. 1. between the client and the broker 2. between the broker and the IDP To track the authentication session a new cookie is generated when we hit the /authorize url. Issue with the PowerBI client is that it reuses the same AUTH_SESSION_ID cookie for the 2 flows. It should not since the paths are not the same. we identified this as a bug and this stops us to authenticate APIs and so get results. Your help will be appreciated.