- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe to Topic
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Azure Active Directory Authentication Issue
The issue is as below:
2) On entering the credentials on Microsoft login page, the user is redirected back to the app URL.
(Note: I have added the redirect URI to Azure active directory app)
3) So in the successful scenario, it should display App home page. But for our scenario, it is displaying the blank page when we deployed our app to IIS and tested it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
For the support option, you can open a new support ticket at portal.azure.com and choosing “Enterprise applications” in the problem type. Thanks!
Lu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I've certainly had similar issues before and is due to the app registration or service principals.
The things that helped me personally were:
- The doucmentation - https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-integrating-applications
- Really understanding service principals
- Make sure that your certs aren't self signed
- Azure support was really helpful (via the portal)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
While creating an app in Visual Studio, I faced an issue of MissingRegistrationForLocation error. Can that be an issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Absolutely - looks like it might be defaulting to a region instead of global as from memory Azure AD isn't tied to an Azure region. see https://stackoverflow.com/questions/35080712/azure-missingregistrationforlocation-the-subscription-is-not-registered-for-th as an example
