custom login page set up
Cantor, Scott
cantor.2 at osu.edu
Thu Sep 22 21:40:09 EDT 2016
On 9/22/16, 3:42 PM, "users on behalf of Ramaiah, Vanna G." <users-bounces at shibboleth.net on behalf of ramaiah at musc.edu> wrote:
> I removed login.vm and I have a custom login.jsp in webapps folder. I can see the custom
> login screen but after submitting login and password, I get 404 error. The url is
> “xyzidp.com/shibboleth-idp/profile/SAML2/POST/j_security_check”.
Using a JSP template for a view doesn't turn the login page into a container-managed authentication page. There is no j_security_check here. The form action has to be set to the same value it would be set to in the Velocity version and you're not doing that.
-- Scott
More information about the users
mailing list