Azure AD Application Proxy SSO stop working since this weekend?

Jack Chen 131 Reputation points
2021-11-15T17:47:29.52+00:00

I am wondering if any one has setup Azure AD application proxy with Integrated Windows Authentication ?

I worked with a client to set it up with Exchange OWA, and it was working until this weekend. This morning the client told me it stop working, now it shows

Azure AD Application Proxy
Status code: BadGateway

Weird part is I setup a POC for the client and it was working before, now it got same BadGateway error. Since the two application proxy are in different Azure AD tenant/different domain, that seems indicate there might be something wrong with Azure AD?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,910 questions
{count} votes

5 additional answers

Sort by: Most helpful
  1. Florian Obradovic 6 Reputation points
    2021-11-22T16:38:52.203+00:00

    Found it. Update fixed the issue.
    With our SharePoint / ProjectServer we needed to change alternate access mappings in central administration.
    The app proxy url (the public one) was set to extranet. This worked before but now we got "something went wrong"

    We removed the mapping and re-created it but set the zone to Internet instead of Extranet.

    ULS LOG:
    DelegateControl: Exception thrown while building custom control 'Microsoft.SharePoint.SPControlElement': Microsoft.SharePoint.WebPartPages.WebPartPageUserException: This page has encountered a critical error. Contact your system administrator if this problem persists.
    at Microsoft.SharePoint.ApplicationRuntime.SafeControls.IsSafeControl(Boolean isAppWeb, String virtualPath)
    at Microsoft.SharePoint.SPControlElement.ValidControlAttributes(String sControlAssembly, String sControlClass, String sControlSrc, SPWeb web)
    at Microsoft.SharePoint.SPControlElement.BuildCustomControl(TemplateControl tctlPage, SPWeb web, String sControlAssembly, String sControlClass, String sControlSrc, XmlNode xnElementDefinition, SPFeatureDefinition featdefElement, String sElementId)
    at Microsoft.SharePoint.SPControlElement.BuildCustomControl(TemplateControl tctlPage, SPWeb web)
    at Microsoft.SharePoint.WebControls.DelegateControl.BuildCustomControlResilient(SPControlElement ctlelemDefinition, SPWeb web)

    0 comments No comments