Hi @dan.woda,
We are developing an enterprise solution where each customer of us is an organization in Auth0. Our customers interact with our product via UI and API. In the UI Auth0 provides a good solution where the customer provides the organization he belongs to in the login process and his token contains the org_id. We would like to mimic the same process when using our APIs. The customer should be able to receive an ClientID/ClientSecret that is being generated on the organization level. After the login his token should also include the org_id.
I think that this scenario is similar to the reference you have pointed out below.
Thanks,
Ronen