I have created new Application on page: https://apps.dev.microsoft.com/#/appList
using AppId and AppKey I can get token and call Microsoft Graph methods. It works fine. But it works only for my admin console, so, if I call method to add new domain it adds new domain to my admin console. Our business model creates admin console per our client. And we need to setup individual domains for their admin consoles etc.
I need to call Microsoft Graph add domain method to add domain to another admin console! I see a solution is creating one more application per client, under their admin credentials, and then call Microsoft Graph with AppId/AppKey newly created individual Application. But I need to do it automatically and no API to do it (as I understand).
Any way to use one common Application and call Microsoft Graph methods to do actions inside another admin console?
Thank you!