cas-security-spring-boot-starter icon indicating copy to clipboard operation
cas-security-spring-boot-starter copied to clipboard

Support for Saml11TicketValidator

Open gascani opened this issue 6 years ago • 1 comments

Hello, does cas-security-spring-boot-starter supports Saml11TicketValidator? If not, how could it be implemented?

Thanks, Giorgio

gascani avatar Nov 11 '19 17:11 gascani

No it does not support out-of-box.

I don't have complete idea how to support it because I never used SAML but you may import cas-client-support-saml from official client and configure your own filter and ticket validator using https://github.com/apereo/java-cas-client/tree/master/cas-client-support-saml/src/main/java/org/jasig/cas/client/validation

kakawait avatar Jan 31 '20 11:01 kakawait