finding code that extracts metadata values that support taglib

Scott Koranda skoranda at gmail.com
Wed Oct 22 12:53:22 EDT 2014


Hi,

This page

https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPassLoginPage

describes the IdP v2 support for taglibs that makes it easy for the
vanilla username/password login handler/page to expose the service
provider name (<idpui:serviceName/>).

I am writing a MCB custom sub-module and need to also expose the
service provider "name". I would like to use the same algorithm/code
that the IdP uses if possible.

I poked around the files in this directory

http://svn.shibboleth.net/view/java-shib-idp2/tags/2.4.2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/

but cannot seem to find the Java code that would support the taglib
functionality and expose the service provider "name".

If anybody can point me to the correct file(s) in the v2 code base
where I can find an example of how to expose the service provider
"name" as is done with the taglib I would be grateful.

Thanks,

Scott K


More information about the dev mailing list