0

I`m using ASP.NET Core 2.0 with Identity authorization. When I change user roles through my data context, the changes take effect only when the user logout and login again. Can I somehow update them without re-authorization? Can there be a way to do this using managers?

Camilo Terevinto
  • 31,141
  • 6
  • 88
  • 120
Kazbek
  • 182
  • 11

1 Answers1

3

I asked MS about this, and it does not seem to be possible to update/refresh another user, only current. Se GitHub Issue here.

Andriod
  • 1,239
  • 12
  • 18