You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use process scope when on WSL. WSL does not have secret service that the we use to cache tokens on Linux, see https://github.com/microsoft/WSL/issues/4254.
197
+
authContext.ContextScope=ContextScope.Process;
198
+
}
199
+
else
200
+
{
201
+
// Default to CurrentUser but allow the customer to change this via `ContextScope` param.
0 commit comments