Use Case
If I try to publish multiple OAuth app from licensed one account which is created under an Enterprise Admin Account. Each OAuth App will be used in SaaS S/W for respective customers. Each SaaS will have different URL but same sub domain i.e. cust1.app.soft.com, cust2.app.soft.com etc
Questions
Is it possible to publish multiple app under single account?
Will each OAuth App will have 80/s rate limit?
Are there any drawbacks of having multiple OAuth account under single user ?
I was able to solve the multi tenant url with the help of @tommy 's post.
But the another question I’m asking is whether each app will have the same 80/s rate limit?
Additional, if we are using any.app.soft.com then how can we handle de-authorization url?
Since we don’t have a single de-authorization url. Each customer will have it’s own de-authorization endpoint. Can you suggest any solution for the same?