Get access to Organization element on login page?

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 4 09:55:36 EST 2013


> Is it currentlz somehow possible to get access to the <Organization>
> elements of the current relying party, like OrganizationDisplayName,
> OrganizationURL etc. on the IdP login.jsp/uApprove consent page via
> taglib 

Not via the taglib (but I'd be happy to see a RFI ...)

> On
>
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPassLoginPag
e#IdPAuthUserPassLoginPage-Taglibsupport
> only MDUI elements seem to be covered and the same is true for
> ./src/main/webapp/WEB-INF/idpui.tld

(and the ACS under certain circumstances).  My memory of when that went
together was that there was "confusion" as to what the precise semantics of
these legacy names were and modulo that and a use case we decided to not do
anything..

> or somehow else?

There is just the usual possibility of navigating the datastructures
yourself (in jsp).  You *must* however bear in mind where you move from a
supported API (which won't change short of 3.0) and an unsupported one
(which might).  

Rod



More information about the dev mailing list