Hi there,
CAS Overlay 4.1.9, I generated webflow encryption key below.
java -jar json-web-key-generator-0.4-SNAPSHOT-jar-with-dependencies.jar -t oct -s 256
I can generate another TGC signing key that works fine, but Webflow signing key gives me this error.
SEVERE: Servlet.service() for servlet [cas] in context with path [/cas] threw exception [Request processing failed; nested exception is org.springframework.webflow.execution.FlowExecutionException: Exception thrown in state 'viewLoginForm' of flow 'login'] with root cause
java.security.InvalidKeyException: Invalid AES key length: 43 bytes
at com.sun.crypto.provider.AESCipher.engineGetKeySize(AESCipher.java:495)