Azure AD Application Proxy-Internal Url issues

koko 1 Reputation point
2021-08-26T07:10:44.15+00:00

Hi all,

I'm trying to use Azure AD Application Proxy to access on-premises application.
However, application url is not valid, which Azure portal displays the following error message.

"The path of the url does not end with '/' For wildcard applications the url must be in the format: http(s)://*.domain"

For example(Internal Url):
OK:"http://aaa/bbb/"
NG:"http://aaa/bbb"

I have used NG type, but I want to use it.
Please tell me how to deal with this problem.

Thanks

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2021-08-31T17:49:01.747+00:00

    Hello @koko ,

    Thanks for reaching out.

    In such scenarios, recommend to publish the application using the highest level path so that remaining path would be translated by default. In this example, it would be http://aaa/

    For example, if you publish the path https://yourapp/ and when end user calls images in https://yourapp/media, they would be rendered by default therefore you don't have to publish complete path https://yourapp/media to work. Hope this helps.

    127940-image.png

    ------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

  2. koko 1 Reputation point
    2021-09-04T09:54:51.11+00:00

    Hello @sikumars-msft ,

    Thank you for your reply,
    and also I'm sorry for the late reply.

    Actually I tried that out your advice,
    unfortunately it did not solve the problem.

    In this example,
    if I try publish the path "http://aaa/", they wouldn't be rendered by default.
    that's why I don't publish when end user calls in "http://aaa/bbb/".

    I'm deploying in WebSphere, it displays the following error message:

    "Error 404: SRVE0190E: File not found."
    

    Is this a WebSphere issues?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.