November 2017
Intermediate to advanced
542 pages
14h 24m
English
Referring to the diagram that we saw earlier in the Configuring basic CAS integration section, we can see that Spring Security is responsible for identifying an unauthenticated request and redirecting the user to CAS via the FilterSecurityInterceptor class. Adding the CasAuthenticationEntryPoint object has overridden the standard redirect to the login page functionality and provided the expected redirection from the application to the CAS server. Now, we need to configure things so that, once authenticated to CAS, the user is properly authenticated to the application.
If you remember from Chapter 9, Opening up to OAuth2, OAuth2 uses a similar redirection approach by redirecting unauthenticated users to the ...
Read now
Unlock full access