Hello everyone,
We are at the early phases of the development of our chat bot and we are trying to figure out how to best tackle the authentication bit.
Our bot will utimately be accessed through a teams channel but we for the testing phases we would like that only our dev team and a handful of testers access the bot. We thought about using the demonstration link for this purpose. Using the option to authenticate with Microsoft will not work as this is outside Teams and Power Apps. We thought about switching to authenticate manually which requires some configuration on Azure Portal.
Here's what we have done so far:
1. We have added an app registration on Azure Portal to generate a client ID and a client secret.

We made sure to add a redirect URL https://token.botframework.com/.auth/web/redirect to redirect after a successful login.

2. We setup our chat bot authentication to point to the credentials from step 1

When I access the demo website, it prompts me to login as shown in screenshot below


It clearly asks for a tenant admin approval.
Now my question is I want to have a list of clear ask for our tenant admin so I can properly test out my bot and share it so other testers can test it as well.
Thanks
Faten