Forum Discussion
Cross domain
Hello,
I have two different office 365 accounts
Let say
- https://abc.com/sites/sitecollctionA
- https://xyz.com/sites/sitecollctionB
I want to fill the form in https//:abc.com/sites/sitecollctionA then data has to store in Test list under https//:xyz.com/sites/sitecollctionB
is there any way with REST API or JSOM
Please let me know if any done earlier.
5 Replies
- Maruthi GaddeIron Contributor
Raju123 Do you have Microsoft Flow. If yes you can do it without any code.
- Raju123Copper Contributor
Thanks Maruthi Gadde
Yes we have MS Flow. Do you have any example or reference.
Please let me know.
Appreciate your help.
- Maruthi GaddeIron Contributor
Raju123 Did you get this. if not let me know . its easy
- No directly, but this is something you can do with an Azure Function that connects to the second tenant when is called from the first one
- Raju123Copper Contributor
Thanks for your reply.
One of my friends sends one link
https://paulryan.com.au/2014/spo-remote-authentication-rest/
i'm able to get security token but I did not get access token....
Can you send the best link to do step by step?