Reoccuring question about whithe page while waiting for an SP to answer
Cantor, Scott
cantor.2 at osu.edu
Thu Mar 27 15:26:54 EDT 2014
On 3/27/14, 2:59 PM, "Pål Axelsson" <Pal.Axelsson at uadm.uu.se> wrote:
>
>We¹ve a request from a service provider that takes a long time to ³start
>up² after login due to some internal processing. Under the time of
>processing there is a white page displayed. Has someone done something
>³easy² to make some information available at this empty page? I know
>there that has been some questions about this on the list now and then
>but I haven¹t found any example how this is done a ³good² way. Please
>advise.
As of 2.4, you can install templates to add head or body content and they
will be pulled in for all the bindings uniformly. Otherwise you can
override each binding explicitly, which I've done all along.
The templates are overridden or set in
src/main/webapp/WEB-INF/classes/templates
add-html-body-content.vm
add-html-head-content.vm
or
saml-post-binding.vm
saml2-post-binding.vm
etc, see opensaml source for specifics
-- Scott
More information about the users
mailing list