Forum Discussion
Access to a Sharepoint page for Anonymous users
- Mar 06, 2020A page is nothing more than an aspx file in a library. It works the same. you also have to go to the active sites tab list and select the site you want to share from and update sharing on that site as well.
Hi Andrew Hodges ChrisWebbTech
Im pretty new to sharepoint so I'm sorry for these questions. I have tried going into the Sharepoint admin centre then policies - sharing.
I have allowed this to anyone but I see this only states it gives access to files and folders rather than a page?
Please help!
- mymajJan 29, 2024Copper Contributor
DaveJNicholls Si, with my solution it worked. When i change this with PS i could then enable anonymous in sharepoint admin
- DaveJNichollsJan 29, 2024Copper Contributor
I have the same issue as jnhrv and the powershell scripts return the same results as you have.
jnhrv Did you manage to get this to work in the end?
Thanks,
Dave
- mymajJun 27, 2023Copper Contributor
jnhrv I think I found solution. I was too in big trouble. None of document and forum helped me.
First of all I started in SPO Powershell with
Get-SPOTenant
Then check in results for CoreSharingCapability
Now it is ok. When its diffrent you should use :
Set-SPOTenant -CoreSharingCapability ExternalUserAndGuestSharing
You could try set anonymous link to any site with this command
Set-SPOSite -Identity <pageurl> -SharingCapability ExternalUserAndGuestSharing
Maybe it will help someone 😉
- jnhrvOct 11, 2022Copper ContributorHi, I'm looking for a solution to this. Need to share a specific .aspx Sharepoint page anonymously.
Sharepoint Online tenant settings are set as most permissive (Anyone links are allowed), and the same setting (Anyone with the link) is set for the particular site.
"Anyone" links are still not allowed and is greyed out when trying to share a page (Your org is preventing you from selecting this option).
Sites collection feature "Limited-access user permission lockdown mode" is NOT ACTIVE.
The same behavior is visible on modern communication sites or classic sites.
The same applies to another tenant I have, with the same config. This seems to me more like something MSFT block by design.
Any ideas, please? - deleomSep 09, 2020Copper Contributor
ChrisWebbTech I'd like for my anonymous sharepoint 2019 users to be able to click on an event on a modern page and see the details of that event.
- Mar 09, 2020No. You can only share at the item level permissions, which is folder or document / list item.
- AB21805Mar 09, 2020Bronze Contributor
- Mar 09, 2020No because you can't share a list anonymously, only individual items, and that's not a modern page type, so there are no exceptions there either.
- AB21805Mar 09, 2020Bronze Contributor
Hi ChrisWebbTech,
So theres no way to have the promoted link tiles to bae shared anonymously?
No work around?
These promoted link tiles sit on a wiki page.
- Mar 09, 2020This is a list that you can’t share anonymously.