Forum Discussion
Can I set which Document Library users see when they first log into SharePoint site?
- Feb 01, 2024
Hello OneTechBeyond
you wanna redirect all users after login to SharePoint Online to a specific page, right?
1. Bring your user to the SharePoint Homesite to public news, documents, informations, etc. in there, you can insert a link to your site
2. Redirect not possible OOTB, but you can use web parts like Script editor web part to implement a redirect with html (https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-script-editor )
Best, Dave
Hello OneTechBeyond
every document library is stored on a site, what the UseCase behind your question?
An automatically user-based redirect are not possible with ootb.
You can use search based web parts or web parts with target audience. Search in SharePoint are permission driven, a user can see only their "own" entries. With target audience you can, as example quicklinks, to show up elements only for an specific group.
Best, Dave
- OneTechBeyondJan 31, 2024Iron ContributorI meant more along the lines of is there a way to designate which Document Library's page all users get immediately get redirected to when they log in, not on a per-user basis.
- DaveMehr365Feb 01, 2024MVP
Hello OneTechBeyond
you wanna redirect all users after login to SharePoint Online to a specific page, right?
1. Bring your user to the SharePoint Homesite to public news, documents, informations, etc. in there, you can insert a link to your site
2. Redirect not possible OOTB, but you can use web parts like Script editor web part to implement a redirect with html (https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-script-editor )
Best, Dave