Reputation: 2654
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?
Upvotes: 0
Views: 512
Reputation: 884
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:
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:
Hope these details will help you to understand that we can not use SharePoint Online user in SharePoint On-Premise environment.
Upvotes: 1