Due to changes in my company we need to use 2 servers for handling the Oauth process of our Partner Xero integration.
I would love to know if there are any restrictions for going through the Oauth process / making API calls from a domain different then the domain in my Xero app configuration? i.e - If my app's domain is mydomain.com and the oauth process is completed via xxx.mydomain.com. And API calls will be made from xxx.mydomain.com as well.
Also, if I have servers on 2 different sub domains: xx.mydomain.com and yy.mydomain.com, Do i need to use 2 different server certificates? Can i use the same certificate for both servers?
Thank you,