Hello All, We are developing a Mendix Native application and which is having a profile page where we want to show the profile picture of the logged-in user. We are using Azure AD and will get the image using the graph API. How we can display this image in UI? Do I need to create a non-persistable entity to store the image and use it in an image viewer?
asked
Nidhin Vijay
1 answers
2
Use a persistable object to show the image in the image viewer. Store the image in the database and synchronize it to the device.