Splash Page Before Going to Login Page
James Paul
jamesp at slalom.com
Thu Aug 25 09:41:48 EDT 2016
Basically we need the splash page anytime you would need to login. So after the session expired for example or the first time you login.
-JP
On 8/18/16, 11:06 AM, "users on behalf of Cantor, Scott" <users-bounces at shibboleth.net on behalf of cantor.2 at osu.edu> wrote:
> Is it possible to have a splash page before being redirected by the SP to the
> login page on our SiteMinder server?
Depends on the specific requirements you're talking about, SSO makes that sort of thinig ambiguous. Assuming the login process actually happens visually, a "splash" page would just be a substitute for the login view that shows something first, and then auto-forwards/redirects to resume the flow with the current login view. Easy. But invisible during SSO.
If you mean every single time, it depends what the page needs to know to display. If it's relatively static content, there's an interceptor point called the "inbound" hook that is used to run various message processing and security checks. If you override that by supplementing the existing inbound flow with an additional custom flow that just displays a view, that would work, but requires an investment in webflow knowledge.
It would get damn annoying to have it show during SSO though, so I suspect you mean the former case.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list