<p>
Hello,
</p>
<p>
I am using IDP4. I need to configure security contact metadata extension.
</p>
<p>
Here is an example below. If I want to generate the similar lines in my IDP4 metadata, how should I do/modify which configuration files ?
</p>
<p>
<br>
</p>
<p>
<ContactPerson contactType="support"><br>
<GivenName>Andrea</GivenName><br>
<SurName>Ceccanti</SurName><br>
<EmailAddress>mailto:andrea.ceccanti@cnaf.infn.it</EmailAddress><br>
</ContactPerson><br>
<ContactPerson contactType="technical"><br>
<EmailAddress>mailto:iam-support@lists.infn.it</EmailAddress><br>
</ContactPerson><br>
<ContactPerson contactType="administrative"><br>
<GivenName>Davide</GivenName><br>
<SurName>Salomoni</SurName><br>
<EmailAddress>mailto:davide.salomoni@cnaf.infn.it</EmailAddress><br>
</ContactPerson><br>
<ContactPerson contactType="other"><br>
<GivenName>Andrea</GivenName><br>
<SurName>Ceccanti</SurName><br>
<EmailAddress>mailto:andrea.ceccanti@cnaf.infn.it</EmailAddress><br>
</ContactPerson><br>
</EntityDescriptor>
</p>
<p>
<br>
</p>
<p>
Thanks a lot,<br>
Best regards,
</p>
<p>
Lanxin<br>
</p>
<blockquote class="ReferenceQuote" style="padding-left:5px;margin-right:0px;margin-left:5px;border-left-color:#B6B6B6;border-left-width:2px;border-left-style:solid;" name="replyContent">
-----原始邮件-----<br>
<b>发件人:</b><span id="rc_from">"Woolf, Carl" <Carl_Woolf@hms.harvard.edu></span><br>
<b>发送时间:</b><span id="rc_senttime">2022-07-10 03:04:04 (星期日)</span><br>
<b>收件人:</b> "Shib Users" <users@shibboleth.net><br>
<b>抄送:</b> <br>
<b>主题:</b> Re: servlet access of Attributes via Server Variables?<br>
<br>
<style><!-- _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;} 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>
<div class="WordSection1">
<p class="MsoNormal">
Thanks Nate, that does help! I will work on this approach next week….<o:p></o:p>
</p>
<p class="MsoNormal">
Best regards, - Carl<o:p></o:p>
</p>
<p class="MsoNormal">
<o:p> </o:p>
</p>
<div style="border-width:1pt medium medium;border-style:solid none none;border-color:#B5C4DF currentColor currentColor;padding:3pt 0in 0in;border-image:none;">
<p class="MsoNormal" style="margin-bottom:12pt;">
<b><span style="color:black;font-size:12pt;">From: </span></b><span style="color:black;font-size:12pt;">users <users-bounces@shibboleth.net> on behalf of Nate Klingenstein <ndk@signet.id><br>
<b>Date: </b>Saturday, July 9, 2022 at 1:40 PM<br>
<b>To: </b>Shib Users <users@shibboleth.net><br>
<b>Subject: </b>RE: servlet access of Attributes via Server Variables?<o:p></o:p></span>
</p>
</div>
<div>
<p class="MsoNormal">
Carl,<br>
<br>
> …myHttpRequest.getAttribute(“attributeName”)<br>
<br>
For whatever you've named the HTTP request object and whatever you're mapping attribute names on the wire to behind the SP via attribute-map.xml, precisely that, yes.<br>
<br>
If you're having trouble getting an attribute populated for some reason and things are being routed through the normal ACS mechanism, then it's possible that you don't have Shibboleth configured to protect the URL path that you're accessing. You can see all
the attributes Shibboleth thinks it has for you by authenticating and then going to:<br>
<br>
<a href="https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065334875/Session+Handler">https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065334875/Session+Handler</a><br>
<br>
You can of course also just dump all the attributes from myHttpRequest.<br>
<br>
Hope this helps,<br>
Nate<br>
<br>
--------<br>
Signet, Inc.<br>
The Art of Access ®<br>
<br>
<a href="https://www.signet.id">https://www.signet.id</a><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>
</blockquote>