Hi,
I have Microsoft SharePoint 2013 Enterprise, on premise.
I have MySite with address https://mysite.mycompany.com
All user photos are imported from Active directory and are placed in Mysite as thumbnails with command:
Update-SPProfilePhotoStore -MySiteHostLocation https://mysite.mycompany.com -CreateThumbnailsForImportedPhotos $true
All users have their photo available on URL for example:
https://mysite.mycompany.com/User%20Photos/Profile%20Pictures/mycompany_myusername_LThumb.jpg
What I want to accomplish that everyone on the Internet can access the following URL and download .jpg file, without having to authenticate or anything else.
Please help...
-- Hrvoje Kusulja