I want to access Azure Directories and Subscriptions using my web app hosted on my server but i do not want to register my app in active directory because
- i do not have permissions to register my app in active directory
- I want to authenticate users from out of my active directory too.
for example following sites let you authenticate any Azure AD user.
Please help me to where to start. i have tried Azure AD authentication but it asks you to register your app in Azure AD Apps.