JSP login page

Cantor, Scott cantor.2 at osu.edu
Thu Feb 4 09:55:35 EST 2016


> I searched for login jsp files with the shibboleth idp 3.2.1 and there is none!

No, there isn't. Perhaps you could explain why you think you need one.

> where can i find them, and if there was none, then how can get information
> about where to post the url form?

Just look at the Velocity templates for help. The same variables defined for Velocity use are available in JSP as, IIRC, request attributes, such as flowExecutionUrl and the like. You can read the Spring WebFlow documentation if you want to create views in JSP, or find many examples around the net.

The status page is also in JSP and is a view, though it doesn't have a form or have a lot of the same requirements as a view like this one would.

-- Scott



More information about the users mailing list