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?
Asked
Active
Viewed 1,244 times
0
-
1Check this answer https://stackoverflow.com/a/29286361/3134112 – ElasticCode Apr 21 '18 at 23:21
-
Also be aware that 30 minutes is the default timespan for the cookie to be rechecked against the security stamp for the user. – Mark G Apr 24 '18 at 00:07
-
And there is no way to force update immediately? – Kazbek Apr 25 '18 at 06:35
1 Answers
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