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
4 replies
Subscribers
6 subscribers
Views
1775 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
We have a custom spring override file for doing SSO. Below is the log when atte
clintont
over 10 years ago
We have a custom spring override file for doing SSO. Below is the log when attempting to connect to the website. The username and logon show up but the appian logo is not visible... Attached are all appian, jboss logs, override files etc. 7zip was the compression utility.15:29:48,206 INFO [stdout] (ajp-/0.0.0.0:8009-1) 2014-09-02 15:29:48,205 [ajp-/0.0.0.0:8009-1] WARN com.appiancorp.security.auth.AuthenticationEventLoggerListener - 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 null.)15:30:59,015 INFO [stdout] (ajp-/0.0.0.0:8009-1) 2014-09-02 15:30:59,015 [ajp-/0.0.0.0:8009-1] WARN com.appiancorp.security.auth.AuthenticationEventLoggerListener - Cannot retrieve authentication details. Please update y...
AppianFilesandLogs.zip
OriginalPostID-120992
OriginalPostID-120992
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Your custom.properties is misconfigured. The conf.suite.SERVER_AND_PORT should only include the server name and the port, nothing else. HTTP and HTTPS goes in the conf.suite.SCHEME only:
conf.suite.SCHEME=https
conf.suite.SERVER_AND_PORT=bpmdev:4443
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Your custom.properties is misconfigured. The conf.suite.SERVER_AND_PORT should only include the server name and the port, nothing else. HTTP and HTTPS goes in the conf.suite.SCHEME only:
conf.suite.SCHEME=https
conf.suite.SERVER_AND_PORT=bpmdev:4443
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data