SP Specific Login Page?
Rod Widdowson
rdw at steadingsoftware.com
Wed Sep 9 09:31:24 EDT 2015
> 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