I'm building an Azure AD web application. This web app needs to access Office 365 Sharepoint Online APIs. For example, the web app needs permissions to read the users in a Sharepoint Online site.
I am trying to configure my web app to allow Sharepoint Online site admins to grant it the above permissions. This is done in the Azure Portal under Active Directory > My Directory > Applications > My Application > Configure
.
When I try to do this, under the section "permissions to other applications" I am unable to find Office 365 Sharepoint Online under the list of applications:
Why is this and how can I fix it?
PS - For reference, this is what I would expect to see when configuring my web app (taken from this Azure documentation article):