Hello,
I have configured a basic Apereo CAS instance, and I noticed that Apereo CAS is logging the following message each time someone accesses the Apereo CAS login and logout web pages. It is not an "Error" message, so I guess everything is working:
[org.apereo.cas.web.flow.TokenAuthenticationAction] - <Action execution disallowed; pre-execution result is 'error'>
Some configuration that I have and may be related to this:
`cas.webflow.crypto.encryption.key=<A KEY WE CREATED THROUGHT THE JAR GIVEN BY CAS>`
`cas.webflow.crypto.encryption.key-size=32`
Summing up: Could someone please explain me what does the message
[org.apereo.cas.web.flow.TokenAuthenticationAction] - <Action execution disallowed; pre-execution result is 'error'>
mean?
Thanks,