Book Image

Spring Security LDAP Integration and SAML Extension [Video]

By : Ankit Mishra
Book Image

Spring Security LDAP Integration and SAML Extension [Video]

By: Ankit Mishra

Overview of this book

Spring Security is a Java/Java EE framework that provides authentication, authorization and other security features for enterprise applications. Starting with introduction to LDAP, we will develop a Spring Security application integrated with Active Directory LightWeight DS and Apache DS. Later, we will be introduced to SAML and its working, before proceeding to integrate with Spring Security. Here we will also look at the xml and Java configurations combined in one application. Furthermore, we will look at JaaS integration with Spring Security, Oauth2 basics and its working. The integration with Spring Security to create Resource and authorization servers will be explained later on in the final section of the course. Spring Security test-cases along with compatibility to MockMVC is explained at the end summarizing the entire course.
Table of Contents (5 chapters)
Chapter 4
Spring Security Testing Framework
Content Locked
Section 3
RequestPostProcessors
This video explains how to use MockMvc object to perform get and post requests and expect the result. - RequestPostProcessor configuration and static import - Post and get request to different methods of controllers/services - Expect the result in test cases