cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Disable Authentication for endpoint

dullnigAlex
6-Contributor

Disable Authentication for endpoint

Is there a way to disable the authentication for a single endpoint (custom JSP).

1 ACCEPTED SOLUTION

Accepted Solutions
hlafkir
13-Aquamarine
(To:hlafkir)

oups sorry, the article is internal.

 

Here is the solution : 

 

  1. Add this entry in the file Windchill_11.0\HTTPServer\conf\conf.d\30-app-Windchill-Auth.conf
 
<LocationMatch ^/+Windchill/+<directory path>/+<filename>.jsp(;.*)?>
  Satisfy Any
  Allow from all
</LocationMatch>
 

2. Restart Apache

View solution in original post

3 REPLIES 3
hlafkir
13-Aquamarine
(To:dullnigAlex)

Hi Alex, hope you are fine.

 

Did you checked this article https://www.ptc.com/en/support/article?n=CS273315 available in our kownledge base ? 

Hicham

hlafkir
13-Aquamarine
(To:hlafkir)

oups sorry, the article is internal.

 

Here is the solution : 

 

  1. Add this entry in the file Windchill_11.0\HTTPServer\conf\conf.d\30-app-Windchill-Auth.conf
 
<LocationMatch ^/+Windchill/+<directory path>/+<filename>.jsp(;.*)?>
  Satisfy Any
  Allow from all
</LocationMatch>
 

2. Restart Apache

Hi 

Be carful here, if you do this your jsp will not  have access to method server or databases....

Regards

Top Tags