Can I use SharePoint Online user in SharePoint OnPremise? - sharepoint

I have a requirement to make a Single Sign-On between the SharePoint Online and SharePoint on-Premise. I have read some articles on google which shows the process of synching the On-Premise users to the SharePoint online and then use that user to login in to the SharePOint Online site.
But My Scenario is reverse, I want to sync the SharePoint online user into the SharePoint On-Premise. So that the user which is created in SharePoint Online sync in the Sharepoint On-premise and , that user can use the SharePoint On Premise Site.
Is it possible with the same process of Synch for the SharePoint Online and SharePoint On Premise? is it work reverse way too? or I need to do some other thing for that ?
Please advise?

Microsoft supports different types of SharePoint Server 2013 hybrid environments and the hybrid solutions. You can refer below link for the supported Hybrid Topology by SharePoint:
https://technet.microsoft.com/en-IN/library/dn607308.aspx
Using SharePoint Hybrid One-way Inbound Topology, you can setup connection requests from SharePoint Online to SharePoint On-Premise, But again it has some limitation and you can use this for below scenario only:
Inbound hybrid search (displaying search results from SharePoint Server 2013 in Office 365)
Hybrid Business Connectivity Services
Hybrid Duet Enterprise Online for Microsoft SharePoint and SAP
If you want to use SharePoint Online user as a logon credential for SharePoint On-Premise, then it's not supported yet.
For Inbound topology you will have to setup reverse proxy device, which will authenticate SharePoint Online requests to SharePoint On-Premise, but again for the authentication it uses federated users (Intranet User). You can refer to below links to get more familiar with concept and configuration of Hybrid Technology:
https://technet.microsoft.com/en-us/library/dn607304.aspx
https://technet.microsoft.com/en-in/library/dn607311.aspx#syncuserprofiles
https://technet.microsoft.com/en-in/library/dn607316.aspx
Hope these details will help you to understand that we can not use SharePoint Online user in SharePoint On-Premise environment.

Related

SharePoint online domain name

We have a SharePoint Online site https://mycompany1.sharepoint.com in prod tenant which is being used by Teams.
We are planning to migrate our on-prem SharePoint 2016 sites to SPO.
Can i able to use a different domain (https://mycompany2.sharepoint.com) within the same subscription for production?
Thanks
Venky
Per my knowledge,you cannot use a different domain within the same subscription for production.

Get Sharepoint Online files with Azure Functions

I'm trying to use Azure Functions to get Sharepoint files URLs in order to download them on a Portal.
I'm working on Dynamics 365 CRM and Portals, with an Online Sharepoint and an Azure account.
Could you help me finding how to access Sharepoint files through the Azure Functions ?
Thanks for your help.
Asconoid
I would personaly make use of the Sharepoint REST API's. Make sure to think about the security aspect of this kind of function, since you might be creating a huge security and trust issue if you decide to use a service principal to access those sharepoint documents without validation of the client who is calling the function.
Sharepoint REST API's

How can I sync Activate Directory users between SharePoint 2013 vs SharePoint Online?

I work on Windows Server 2012 with SharePoint 2013. How can sync AD users from SharePoint 2013 to SharePoint Online?
For syncing AD Users from your local farm to SharePoint Online you need to setup directory synchronization (DirSync).
Here is step by step guide: Set up directory synchronization for Office 365
Or you can use for much broader approach: Azure AD Connect

Microsoft Delve / Graph in local network area

Is it possible to run Microsoft Delve with Graph in a local network (intranet) with a local MS Sharepoint Server? Or is Graph/Delve only with Office 365 available?
Microsoft Graph supports Office 365 for work and school accounts as well as personal accounts through outlook.com.
There are hybrid deployment scenarios in preview that require Exchange 2016. For more information, you can check the documentation on Hybrid deployments in preview.

Azure AD and Sharepoint 2013

I’m currently testing the Microsoft Azure and SharePoint 2013 ability.
In our office, we have an Office 365 account, and I have created a Azure 30-days trial subscription. I have connected those two, so our Office 365 users are visible in Azure AD.
We need to install a virtual server with SharePoint installed on it, with access to a SQL server in Azure as well.
Is it possible to use the Azure AD as authentication for SharePoint users?
If possible, we would like to avoid installing an On-premises AD in Azure. We simply need the authentication for our SharePoint users, so we can keep everything in the cloud, without Site to site VPN to our in house AD.
I am aware, that the virtual machine in Azure with Sharepoint on it, will run in a Workgroup, but I have a hard time figuring out, how I can access the Azure AD to lookup users. I don’t know if this is possible.
Best regards
Christian

Resources