Forum Discussion
Accessibility Across Different Office365 Domains
Hi All,
We are looking to implement a global access request process which includes MS Form, Flow and Azure. We have different regions which use their own Office 365 domains. In order to allow users from different domains to access MS form, what do we need to do? Is there any connector to allow cross-domain access to Office 365?
Thanks,
Pravin
- Damien_RosarioSilver Contributor
Hi Pravin
Not that I am aware of or have seen (Forms is still in the early stages of evolution and I haven't seen anything in the Office 365 roadmap as yet for this), but maybe Deleted might have more to say on this?
Cheers
Damien
- Deleted
Only thing you can do is really use the Anyone can fill out the form option. There isn't any kind of cross tenant authentication / federation for stuff like that unless you invite them all as guests, but even then not sure Forms would put you in the Organization umbrella.
Current state any real form workflow outside the tenant is 3rd party form solutions.
- Damien_RosarioSilver ContributorChris, do you think the Flow and Azure aspects may be impacted if the Form was set to 'Anyone can fill out the form' depending on the config (since we don't know what Pravin is intending this might be too open ended)?
I haven't personally tried using an 'Anyone can fill out the form' option with a Flow/Azure config as yet.
Cheers
Damien- DeletedIt works, but you have to collect information such as who's filling it out (e-mail address etc) vs. using it for the Org you get those built in fields such as e-mail etc. So that's about the biggest difference. But that's just for collection of data. If there is moving data around in the flow, and all that other stuff it will be pretty problematic. There may be ways around it using logic apps or calling restAPI's or doing some fancy webhooks, but that goes outside my boundaries into heavy dev world :).