In the response of a microsoft authentication request, the profile image is send as endpoint url, e.g. https://graph.microsoft.com/v1.0/me/photo/$value. This API could be accessed with the token of the current request.
There is already an example implementation in MicrosoftResourceResolver which needs further testing + download and persistence with FAL.
In the response of a microsoft authentication request, the profile image is send as endpoint url, e.g.
https://graph.microsoft.com/v1.0/me/photo/$value
. This API could be accessed with the token of the current request.There is already an example implementation in MicrosoftResourceResolver which needs further testing + download and persistence with FAL.
See Microsoft documentation for more information of the endpoint.