I’ve written a Teams SaaS app using the teams toolkit and as you know, it’s tied to the test tenant of your developer account. So that’s how I’ve been developing it and debugging it etc.
But it’s not clear to me what I need to do in order to test that this app will work across multiple tenants. I particularly want to test things like permissions, SSO and fetching of access tokens etc
Does anyone have any tips?