ext_provider to determine who facilitated the login (Google, Facebook or Kinde). At times this value is blank. picture claim can be in different formats depending upon where it comes from. For example, from Facebook it is an entire JSON structure. Previously, in Auth0, the equivalent of a picture claim was always a URL that we know we could use. Now, I have to determine if the ext_provider is Facebook, because if it is, I need to parse the picture claim and pull out specifically the URL and leave all the extra metadata provided.ext_provider value. I think this is when I've already authenticated previously on Kinde so when I attempt to login, my request just goes right through. ext_provider value{"data": {"url": "....", "width": 200, "height": 200, "is_silhouette": false}} in the picture claim to figure out if I need to parse it.{"data": {"url": "....", "width": 200, "height": 200, "is_silhouette": false}}.