I currently have a user login flow through a B2C working through custom policies, with multiple external tenants. After login i have a Nuxt website which exchange calls with a ASP.NET Core 6 Rest API.
I wish to fetch the logged in user profile picture if they have one. preferably in the Rest API where i would like to store it.
So what would be the best way of getting the profile pictures? And How would one do so?