Hi,
I created a single tenant bot type, and I get the following error : 'Failed to acquire token for client credentials. (AADSTS700016: Application with identifier '{Azure AD Registered App ID}' was not found in the directory 'Bot Framework'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant."
I'm using 4.14.0 version of the Bot Framework with Java .
It seems that a single tenant bot type is not supported by Java :
https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli?view=azure-bot-service-4.0&tabs=singletenant%2Cnewgroup%2Ccsharp#create-an-identity-resource
"Support for the user-assigned managed identity and single-tenant app types was added for C# and JavaScript to the Bot Framework SDK in version 4.15.0. These app types aren't supported in the other languages or in Bot Framework Composer, Bot Framework Emulator, or ngrok."
Is that correct? and if yes, it will be supported soon with java?
Thank you.