I am running the samplev2 AuthBot example and can access the login page successfully. However when it redirects to the login page for my bot it shows a page that says "You do not have permission to view this directory or page." The top link contains the error:
AADSTS70001 - Application is not supported for this API version
Where can I go to enable this type of API? I have already visited https://apps.dev.microsoft.com/#/appList to see whether my bot is there...and it is, but its in a section delegated as "Azure AD only Applications". When I click on it it simply shows the Application Manifest and I am unsure what I need to change to be able to allow users to login using AuthBot's authentication method.
Does anyone know how to get around this? Thanks.
EDIT: Something that may be relevant is that my bot's sign in link does work when I plug it into my browser. Just not working with AuthBot for some reason.