I have an application I need to deploy that is requiring the App Registration to be "Accounts in any organizational directory (Any Azure AD directory - Multitenant)". What would the implication of setting this be? The application does not work if I set it to just "Accounts in this organizational directory only ( only - Single tenant)". The application using this App Registration is a Bot Framework application.
Where in the Bot framework code would there be some dependency on multi-tenancy? I would prefer to keep it as single tenant.
Thanks in advance, Jake.