SP Specific Login Page?
McKean, Brandon Scott - mckeanbs
mckeanbs at jmu.edu
Wed Sep 9 11:33:46 EDT 2015
Interesting, that looks like that'd do it. I'll give it a shot and
follow up with how it goes.
One question though, with respect to the relyingpartyid, can I safely
assume that's the same as the entityid? So it'd be something like:
#if $rpUIContext. getRelyingPartyId
().equals("https://sso.foo.com/bar")
<p class="footer-text">#springMessageText("idp.special.footer",
"Contact special help desk.")</p>
#else
<p class="footer-text">#springMessageText("idp.footer", "Contact
regular help desk.")</p>
#endif
Thanks much,
Brandon
On Wed, 2015-09-09 at 14:31 +0100, Rod Widdowson wrote:
>
> > Is there any support for having that differ depending on the SP
> > being used?
> > My Velocity isn't very string, but I'd look for some sort of
> conditional based on $rpUIContext. getRelyingPartyId ()
> > Something like
> > #if $rpUIContext. getRelyingPartyId ().equals("special")
> <p class="footer-text">#springMessageText("idp.special.footer",
> "Insert your footer text here.")</p>
> #else
> <p class="footer-text">#springMessageText("idp.footer", "Insert your
> footer text here.")</p>
> #endif
More information about the users
mailing list