SAML "Hmmm… can't reach this page"

Max Lu 1 Reputation point
2022-11-09T08:08:02.77+00:00

We have registered a new app that requires SAML authentication. Azure AD as Identity Provider and the app as Service Provider. When I test the Identifier (Entity ID) (a URL) it shows "Hmmm… can't reach this page". We have also installed SAML tracer extension but does not see any Significant Errors. Is there any way to check further to SAML authentications in Azure AD?

Thanks

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,744 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 24,311 Reputation points Microsoft Employee
    2022-11-10T23:47:39.593+00:00

    Hi @Max Lu ,

    Thanks for your post! There are a few reasons why the "Hmmm… can't reach this page" error might occur:

    1) There is a problem with the URL format. Make sure to include https:// in the prefix for the Entity ID.

    2) There are conditional access policies in place blocking the authentication, or there is a network connectivity problem.

    3) The Assertion Consumer Service URL is not configured.

    4) There is a firewall blocking connectivity.

    The best way to log more information about the error is to capture a Fiddler trace when this happens.

    Let me know if you are able to test these things or provide the trace.

    -
    If the information helped you, please Accept the answer. This will help us and other community members as well.

    0 comments No comments