IdPAuthUserPassLoginPage for IdP 3
Bosky, Dave
Dave.Bosky at htcinc.net
Thu Feb 11 09:20:21 EST 2016
I was looking to simply make my existing login.jsp file work with V3. It works fine as it is and I don't want to use Velocity.
When I access my current login.jsp page in V3, I get these type/package errors. How can I find out how to fix these so I can get my system running?
Thanks,
Dave
>>>>>>>>>>>>>>>
Only a type can be imported. edu.internet2.middleware.shibboleth.idp.authn.LoginContext resolves to a package
Only a type can be imported. edu.internet2.middleware.shibboleth.idp.util.HttpServletHelper resolves to a package
Only a type can be imported. edu.internet2.middleware.shibboleth.idp.authn.LoginHandler resolves to a package
Only a type can be imported. org.opensaml.util.storage.StorageService resolves to a package
StorageService cannot be resolved to a type
LoginContext cannot be resolved to a type
HttpServletHelper cannot be resolved
LoginHandler.AUTHENTICATION_EXCEPTION_KEY cannot be resolved to a type
<% if (request.getAttribute(LoginHandler.AUTHENTICATION_EXCEPTION_KEY) != null) { %>
<div class="control-group">Invalid Username or Password!</div>
<% } %>
-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Wednesday, February 10, 2016 3:59 PM
To: Shib Users <users at shibboleth.net>
Subject: RE: IdPAuthUserPassLoginPage for IdP 3
> Is there another page for IdP V3 that documents how to modify the
> UserPass Login page using JAAS?
https://wiki.shibboleth.net/confluence/display/IDP30/PasswordAuthnConfiguration
If it's not there or linked from there, then you'll have to be clearer about what you need and wait a while to get it, but Velocity is a prerequisite unless you want to redo them all in JSP.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
**********************************************************************
HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you.
**********************************************************************
More information about the users
mailing list