Hello @Sowmithiran, Anand , after revieweing your HAR we have found that the issue does not lie in Azure AD B2C or your Win Forms application: During the first login UserA signed in and established a logonsession within ADFS. This session is valid for 8hours (default WebSSOlifetime), till the user has performed a logout, closes the browser (assuming the feature "continue where you left off" is not enabled in browsers), or the application (Entra ID) requests a fresh login using the parameter &prompt=login
or &wfresh=0&wauth=<password>.
None of the aforementioned has been done, so when again redirecting to ADFS, it detects that you are already logged on with user A and performs SSO issuing you a new Token for User A. Please ensure one of the aforementioned conditions is met so that a new user gets signed in.
Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.