Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
6 subscribers
Views
3180 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
We are migrating from Appian 7.4 to 7.10. We have custom Authentication handlers
joev
over 9 years ago
We are migrating from Appian 7.4 to 7.10. We have custom Authentication handlers that is defined in "spring-security-06-portal-post-auth-handlers-override.xml". However, these are breaking in 7.10 because the no-argument constructor no longer exists in com.appiancorp.security.auth.AppianAuthenticationSuccessHandler (part of appian-security.jar).
Error thrown: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.appiancorp.security.auth.AppianAuthenticationSuccessHandler: method <init>()V not found
Is there a way we can make this work without changing the existing code ?
OriginalPostID-161458
OriginalPostID-161458
Discussion posts and replies are publicly visible
Parents
0
joev
over 9 years ago
Hi Raluca, we are getting the below warning, is this something you have seen before ?
WARN com.appiancorp.security.auth.activity.UserActivityFilter - Cannot retrieve authentication details. Please update your Spring Security XML configuration, so that com.appiancorp.security.auth.AppianAuthenticationDetailsSource is used as the authenticationDetailsSource. (Expected an instance of com.appiancorp.security.auth.AuthenticationDetails, but got org.springframework.security.web.authentication.WebAuthenticationDetails.)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
joev
over 9 years ago
Hi Raluca, we are getting the below warning, is this something you have seen before ?
WARN com.appiancorp.security.auth.activity.UserActivityFilter - Cannot retrieve authentication details. Please update your Spring Security XML configuration, so that com.appiancorp.security.auth.AppianAuthenticationDetailsSource is used as the authenticationDetailsSource. (Expected an instance of com.appiancorp.security.auth.AuthenticationDetails, but got org.springframework.security.web.authentication.WebAuthenticationDetails.)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data