2017-10-07 71 views

回答

1

不知道這是最好的方式,但它看起來像你需要更改的AccountController調用SignInAsync ::登錄

舊: await HttpContext.Authentication.SignInAsync(user.SubjectId, user.Username, props);

新: await HttpContext.Authentication.SignInAsync(user.SubjectId, user.Username, idpName, props);