Forum Discussion
Can I set which Document Library users see when they first log into SharePoint site?
Is there a way to designate which specific Library users are redirected to as their start page, upon logging into a SharePoint Document Library site?
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
3 Replies
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
- OneTechBeyondIron 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.
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