Confusion over LOCAL AUTHORITY claims and External Provider claims
问题 I am creating a simple WebApi which allows users to connect with Facebook. When I get the accessToken back from facebook, I am calling RegisterExternal to create an Asp.Net Identity record and store the Claims from the token. These claims also include the access token which I require to query the facebook graph later. All seems fine up to this point. The issue I am having is reading the claims. I can see they are in my database I just cant figure out how to query this data. I have tried var