Hello Acumatica Developer Community,
I'm currently working on implementing an integration with Acumatica and have a question about the best approach for handling multi-tenant authentication.
Authentication Challenge
For OAuth authentication, we need to store and manage client ID and client secret credentials. Since Acumatica supports multiple tenants, I'm wondering about the best practice for handling authentication in this context.
For multi-tenant support, we need to determine if Acumatica requires separate client credentials per tenant: Does each tenant instance require unique client ID/secret pairs in Acumatica, or can a single set of credentials work across multiple tenant instances with the same base domain?
Thank you!