So we have rethought our requirements and will go for the programatic deployment of M2M apps with a script as you suggest. We will develop a CLI to create users, M2M apps and organizations. It seems the linking between users-organizations is 1 to many.
1.Not cross tenant tho, correct? Meaning for the dev tenant and the production tenant I would need a dev-organization and prod-organization?
- Also, seems that the organizations cannot be linked to an M2M apps? The limitations explain that client credentials are not supported. One way to keep track of these apps would be to call them exactly the same name as the organization since they cannot be linked to any. Is there any more sophisticated way to link an M2M to an organization? Specifically we want to do it with the management API in a function of our CLI
Thank you for your help, it has been very apprieciated