<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
span.EmailStyle19
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Thanks Peter,<o:p></o:p></p>
<p class="MsoNormal">We are using tomcat, with apache proxying to it.<o:p></o:p></p>
<p class="MsoNormal">Apparently we do not want to use AJP, so we will stick with the headers!<o:p></o:p></p>
<p class="MsoNormal">Appreciate your help. - Carl<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">users <users-bounces@shibboleth.net> on behalf of Peter Schober via users <users@shibboleth.net><br>
<b>Date: </b>Wednesday, July 13, 2022 at 11:58 AM<br>
<b>To: </b>users@shibboleth.net <users@shibboleth.net><br>
<b>Cc: </b>Peter Schober <peter.schober@univie.ac.at><br>
<b>Subject: </b>Re: how to access request-attributes ('server variable' / 'environment variables') in servlet<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal">* Woolf, Carl <Carl_Woolf@hms.harvard.edu> [2022-07-13 17:05]:<br>
> request.getAttribute("Shib-Identity-Provider")<br>
<br>
What's the Java servlet container you're using and how exactly are you<br>
integrating the web server with it?<br>
Unless things have changed you can only get attributes from the Shib<br>
SP into Java *request* *attributes* using AJP as the protocol between the<br>
web server and the servlet container -- not by HTTP Proxying:<br>
<br>
<a href="https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2067400159/JavaHowTo">https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2067400159/JavaHowTo</a><br>
<br>
-peter<br>
-- <br>
For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw">
https://shibboleth.atlassian.net/wiki/x/ZYEpPw</a><br>
To unsubscribe from this list send an email to users-unsubscribe@shibboleth.net<o:p></o:p></p>
</div>
</div>
</body>
</html>