Open naisamendoza opened 4 years ago
You can define your own bean of type TicketValidator
thanks to
@ConditionalOnMissingBean(TicketValidator.class)
Builder will not be used.
Or create bean of type CasSecurityConfigurerAdapter
and use method void configure(CasTicketValidatorBuilder ticketValidator)
to set proxyTicketValidator
to false
Hi,
I was wondering if there is any configuration property to set the proxy ticket validator to false? Because in here, only the proxy chain validation is set.
So in here, the proxyTicketValidator is always null.
So it would always generate a proxy ticket validator.
I'm quite new to CAS so please bear with me.