I have turned on the debugging. But is still not specific. These are the logs from cas.log. It still keeps asking for the keys which I added to the application.properties, does not seem to make any difference
2016-12-22 16:06:45,930 WARN [org.apereo.cas.services.InMemoryServiceRegistryDaoImpl] - <Runtime memory is used as the persistence storage for retrieving and persisting service definitions. Changes that are made to service definitions during runtime WILL be LOST upon container restarts.> 2016-12-22 16:07:34,656 WARN [org.apereo.cas.ticket.registry.DefaultTicketRegistry] - <Runtime memory is used as the persistence storage for retrieving and managing tickets. Tickets that are issued during runtime will be LOST upon container restarts. This MAY impact SSO functionality.> 2016-12-22 16:07:34,798 WARN [org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Secret key for encryption is not defined. CAS will attempt to auto-generate the encryption key> 2016-12-22 16:07:34,819 WARN [org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Generated encryption key FNHHauJzhGZaaBy5GZXl3jaMyt7Rmd1rhem271psddk of size 256. The generated key MUST be added to CAS settings.> 2016-12-22 16:07:34,820 WARN [org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Secret key for signing is not defined. CAS will attempt to auto-generate the signing key> 2016-12-22 16:07:34,820 WARN [org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Generated signing key Bli0jki3yClhZstwf9oy0WtcX4o2PCHA5HIImwePEFrsdfde_EvJ-ICR1kgc2Bf3a3VQUXhwepqjXdJKjnmdA of size 512. The generated key MUST be added to CAS settings.> 2016-12-22 16:07:35,427 WARN [org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - <Secret key for signing is not defined. CAS will attempt to auto-generate the signing key> 2016-12-22 16:07:35,433 WARN [org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - <Generated signing key RSGnHWxM8ZSwnOV9NyC557zq4Hz1GzDYrYi9HolxsIX0qD4PNlbu-HNy1NvcSJAF0g04R6vc61aasweyA786LbA of size 512. The generated key MUST be added to CAS settings.> 2016-12-22 16:07:35,433 WARN [org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - <No encryption key is defined. CAS will attempt to auto-generate keys> 2016-12-22 16:07:35,434 WARN [org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - <Generated encryption key MeepUBawDDpXockd of size 16. The generated key MUST be added to CAS settings.> 2016-12-22 16:21:02,105 INFO [org.apereo.cas.web.flow.InitialFlowSetupAction] - <Setting path for cookies for warn cookie generator to: /cas/ > 2016-12-22 16:21:02,105 INFO [org.apereo.cas.web.flow.InitialFlowSetupAction] - <Setting path for cookies for warn cookie generator to: /cas/ > 2016-12-22 16:21:15,025 WARN [org.apereo.cas.configuration.support.DefaultPasswordEncoder] - <Using UTF-8 as the character encoding algorithm to update the digest> 2016-12-22 16:21:15,038 WARN [org.apereo.cas.configuration.support.DefaultPasswordEncoder] - <Using UTF-8 as the character encoding algorithm to update the digest> 2016-12-22 16:21:16,112 WARN [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - <Authentication has failed. Credentials may be incorrect or CAS cannot find authentication handler that supports [admin] of type [UsernamePasswordCredential], which suggests a configuration problem.> 2016-12-22 16:21:16,154 INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: admin WHAT: Supplied credentials: [admin] ACTION: AUTHENTICATION_FAILED APPLICATION: CAS WHEN: Thu Dec 22 16:21:16 UTC 2016 CLIENT IP ADDRESS: myip SERVER IP ADDRESS: myip ============================================================= > 2016-12-22 16:21:16,154 INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: admin WHAT: Supplied credentials: [admin] ACTION: AUTHENTICATION_FAILED APPLICATION: CAS WHEN: Thu Dec 22 16:21:16 UTC 2016 CLIENT IP ADDRESS: myip SERVER IP ADDRESS: myip ============================================================= -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/6dd3ebbe-4980-4ab2-aa31-64c6e19a3376%40apereo.org.
