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 5
ResultMatchers
This video explains Spring Security test’s result matchers and how to check the test case was passed with a valid authentication object. - Know the setup and configuration - Perform form login and expect result - Know the uses of the authenticated() and unauthenticated() methods