Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
182 views
in Technique[技术] by (71.8m points)

Missing server variables in tomcat when using IIS (ISAPI) as front

I'm using a setup of Shibboleth SP 3.2.0, IIS 10 and Tomcat 9. IIS uses ISAPI and AJP to call Tomcat.

I have an ASPX-page in the IIS and there I can list all the server variables. The attributes from the IDP shows up fine.

In the tomcat I have an JSP-page that list some server variables. But no server variables are sent from the IIS to the tomcat. Not the IDP attributes or any other server variables. I tried to use attributePrefix="AJP_" in shibboleth, didn't work. I used attributePrefix="HTTP_" and then I list the IDP attributes as HTTP headers in the JSP-page. But that is less secure and I don't want to do that.

Anyone knows how to forward server variables from IIS to Tomcat using ISAPI?

question from:https://stackoverflow.com/questions/65914992/missing-server-variables-in-tomcat-when-using-iis-isapi-as-front

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...