Forum Discussion
Can we have a sharepoint online url without ".sharepoint.com"
We want our sharepoint online site without ".sharepoint.com". For example we are having sharepoint url: "domain.sharepoint.com". But I want this url as "spo.domain.com". Is it possible in sharepoint online?
3 Replies
- kalpeshvaghelaSteel Contributor
According to my knowledge it's not possible to use custom domain for SharePoint Online
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community
- yname2480Copper ContributorThanks for the response. Can I do something like first authenticating (SSO authentication) on "spo.domain.com" and then redirecting it to "domain.sharepoint.com"
- kalpeshvaghelaSteel Contributor
It's possible to create custom web app with Microsoft Authentication and then redirect to your SharePoint Site
Below are some articleImportant: Following scenario must be handled in your custom web app
- In SharePoint, You will able to access necessary page based on URL e..g https://contoso.sharepoint.com/sites/test1,https://contoso.sharepoint.com/sites/test2,https://contoso.sharepoint.com/sites/test2/Lists/Tasks, etc. Here SharePoint will show to the correct page based on URL
- Now if you use your custom URL (https://spo.domain.com/sites/test1) then you need to handle that scenario in such a way that after authentication it will redirect to correct SharePoint URL.
Limitation:
- Whenever SharePoint will send an email (e.g. when you share any content to any user, alert), it will use only https://contoso.sharepoint.com URL only. Here we can change this behavior
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community