Forum Discussion
inkybuck
Jun 01, 2021Copper Contributor
Registering Azure AD App in National Clouds
We have an app that uses the Microsoft identity platform to get tokens for Microsoft Graph and Exchange Online PowerShell, so that it can read and change settings in a customer's Office 365 tenant. W...
Seshadrr
Jun 02, 2021Iron Contributor
Seems your requirement can fulfill by following link that when you want to use the Azure Active Directory in the national cloud or sovereign for eg: cloud Microsoft Azure Germany
https://www.danielstechblog.io/using-azure-active-directory-in-microsoft-azure-germany-for-microsoft-azure-stack/
https://www.danielstechblog.io/using-azure-active-directory-in-microsoft-azure-germany-for-microsoft-azure-stack/
inkybuck
Jun 02, 2021Copper Contributor
That has to do with Azure Stack, which I'm not using, although I see it does involve registering applications in Azure AD. However, to do so, one of the steps is: "When we are prompted to enter the AAD credentials, it is important to have an AAD tenant in Microsoft Azure Germany." This is the problem, whether using a PowerShell script, the portal, or whatever other means there are for registering an app, as far as I know you need to log into Azure AD Germany. Since I don't have an account and it is not accepting new customers, how do I do this?
- SeshadrrJun 02, 2021Iron ContributorI haven't tried this approach, however theoretically when performing the requests against a National Cloud tenant, you must use the appropriate endpoints
https://blogs.aaddevsup.xyz/2020/06/configure-net-application-to-call-microsoft-graph-in-a-national-cloud-tenant/
Please try this above procedure, else you would need to contact MS support case to get it more clarity rather than this forum. Thanks for your understanding