A problem with IDP User Interface and new <idpui:serviceContact> TAG

Marco Malavolti marco.malavolti at garr.it
Mon Jul 22 10:10:36 EDT 2013


Ok, I've fixed "Surname" with "SurName" now, but the contactTypes are 
ignored. :(

I think that this documentation for IDP Login Page 
(https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPassLoginPage#IdPAuthUserPassLoginPage-ServiceProviderContactName) 
needs corrections:

1) Service Provider Contact Name:

*Tag Format*:|<idpui:serviceContact name="text" cssClass="class" 
cssId="id" cssClass="style" 
contactType="type">default</idpui:serviceContact>

||into|
||||
*Tag Format*:|<idpui:serviceContact name="text" cssClass="class" 
cssId="id" cssStyle="style" 
contactType="type">default</idpui:serviceContact>


and...
|

  * The tag|<idpui:serviceContact cssId="cp"/>|would return|John Doe|.
  * The tag|<idpui:serviceContact cssStyle="font-size:20px"
    type="technical"/>|would return|<a href="mailto:tech at example.edu"
    style="font-size:20px">John Doe</a>|
  * The tag|<idpui:serviceContact cssClass="cpClass" name="Technical
    contact" type="technical"/>|would return|<a
    href="mailto:tech at example.edu" class="cpClass">Technical contact</a>|
  * The tag|<idpui:serviceContact name="contact" type="billing"/>|would
    return
    |<a href="mailto:billing at example.edu">contact</a>|
  * The tag|<idpui:serviceContact type=administrative">Your SP's
    administrators</idpui:serviceContact>|would return|Your SP's
    administrators|

|into

|

  * The tag|<idpui:serviceContact cssId="cp"/>|would return|John Doe|.
  * The tag|<idpui:serviceContact cssStyle="font-size:20px"
    contactType="technical"/>|would return|<a
    href="mailto:tech at example.edu" style="font-size:20px">John Doe</a>|
  * The tag|<idpui:serviceContact cssClass="cpClass" name="Technical
    contact" contactType="technical"/>|would return|<a
    href="mailto:tech at example.edu" class="cpClass">Technical contact</a>|
  * The tag|<idpui:serviceContact name="contact"
    contactType="billing"/>|would return
    |<a href="mailto:billing at example.edu">contact</a>|
  * The tag|<idpui:serviceContact contactType="administrative">Your SP's
    administrators</idpui:serviceContact>|would return|Your SP's
    administrators|


Can I suggest to improve the Tag Libraries to permit to an IdP Admin the 
selection of the Language for
- InformationURL,
- PrivacyStatementURL,
- Logo,
- SP Name,
- SP Description,
- Organization Description,
- Organization Name,
- Organization DisplayName,

for his custom IDP Login Page?

Thank you so much Scott!

:)

Kind Regards,
Marco Malavolti


Il 22/07/13 15.38, Cantor, Scott ha scritto:
> As a start, your metadata looks wrong, it's SurName, not Surname. My guess
> is that explains why it's showing only one name. I don't know why the
> types are ignored. I would suggest you'd better use better tools to verify
> the metadata's correctness and go from there.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130722/1a7fd216/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3235 bytes
Desc: Firma crittografica S/MIME
Url : http://shibboleth.net/pipermail/users/attachments/20130722/1a7fd216/attachment-0001.bin 


More information about the users mailing list