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
1 reply
Subscribers
7 subscribers
Views
1033 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hello, We need a particular user to access appian without entering us
sergiod
over 11 years ago
Hello,
We need a particular user to access appian without entering username and password. We have implemented three new classes (AuthenticationFilter, AuthenticationProvider and EntryPoint) following the Appian/Spring documentation. The problem is that when we try to access the aplication, we are redirected to our new classes but the following error occurs:
WARN com.appiancorp.security.auth.AuthenticationEventLoggerListener - Can not retrieve the detailed metadata about the login event. The details inside the authentication token bean Should be an instance of com.appiancorp.security.auth.AuthenticationDetails. RemoteIpAddress: 192.168.10.146; SessionId: null
After the attempt we redirected to a error page "Error 401 - Unauthorized".
Any suggestion?
...
OriginalPostID-85226
OriginalPostID-85226
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
You can increase logging to get a little more information by navigating to
<APPIAN_HOME>\\ear\\suite.ear\\resources\\appian_log4j.properties
Uncomment the following values and set the debug level to DEBUG
log4j.logger.org.springframework.security=
log4j.logger.org.springframework.security.web.util.AntPathRequestMatcher=
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel