Forum Discussion

Raju123's avatar
Raju123
Copper Contributor
Mar 22, 2019

Cross domain

Hello,

 

I have two different office 365 accounts

Let say

  1. https://abc.com/sites/sitecollctionA
  2. 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

  • 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
    • Raju123's avatar
      Raju123
      Copper Contributor

      jcgonzalezmartin 

       

      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?