ASP.NET Identity: Update external claims after authorization ASP.NET Identity: Update external claims after authorization asp.net asp.net

ASP.NET Identity: Update external claims after authorization


This is a bit costy but the easiest answer:

You can just check the same information whenever the user logs in and update them if changed. Since you have no direct connection to Facebook, you can never know when the users change their information.

This should result be an OK approach unless you have thousands of logins to your system in a minute.