I am currently trying to authenticate with X509 while using Redis as the
ticket caching registry and I get this error:
2024-10-31 17:46:44,719 ERROR
[org.apereo.cas.web.flow.DefaultSingleSignOnBuildingStrategy] -
org.apereo.cas.authentication.DefaultAuthentication["credentials"]->java.util.Arra
/org.springframework.boot.autoconfigure.AutoConfiguration.imports
then replacing @Configuration in the file that contains the bean to
@AutoConfiguration along with adding import
org.springframework.boot.autoconfigure.AutoConfiguration;
On Friday, September 20, 2024 at 4:48:35 PM UTC-4 Neil Bhadsavle wrote:
> T
ors.add(UnsatisfiedAuthenticationPolicyException.class);
// errors.add(UnauthorizedAuthenticationException.class);
// errors.addAll(casProperties.getAuthn().getExceptions().getExceptions());
return errors;
}
}
On Friday, September 20, 2024 at 2:18:17 PM UTC-4 Neil Bhadsavle wrote:
> While upgrading
While upgrading to CAS 7, I am running into issues with the Action we are
adding to the webflow saying it can no longer find the method:
Here are the errors I am getting:
casuseradmin-1 | 2024-09-20 15:03:15,051 DEBUG
[org.springframework.webflow.execution.ActionExecutor] -
casuseradmin-1 |
When I upgrade CAS from 6.4 to 6.5 I am getting the error:
cas_6x_overlay-casuseradmin-1 | ***
cas_6x_overlay-casuseradmin-1 | APPLICATION FAILED TO START
cas_6x_overlay-casuseradmin-1 | ***
cas_6x_overlay-casuseradmin-1 |
cas_6x_overlay-casusera