November 2017
Intermediate to advanced
542 pages
14h 24m
English
Let's take a look at the following steps to learn about authenticating proxy tickets:
//src/main/java/com/packtpub/springsecurity/configuration/ CasConfig.java @Bean public ServiceProperties serviceProperties(){ return new ServiceProperties(){{ setService(calendarServiceLogin); setAuthenticateAllArtifacts(true); }}; }
Read now
Unlock full access