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
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