.
Having problems? check the errata for this course.
1 |
Introduction - Interim Release with Enterprise SSO |
Preview
1m 31s |
|
This course will be released for retail when the final chapters have been added. Richard Chesterwood explains the plans for the course. Newly added for April 2016 are 3 chapters on Enterprise SSO. | |||
2 |
Business Tier Authorization |
Watch
40m 58s |
|
How to use annotations to define access rules at the method level | |||
3 |
Pre and Post Authorization |
Watch
27m 57s |
|
More advanced annotations for fine grained access control | |||
4 |
LDAP Introduction |
Watch
27m 40s |
|
The basics of LDAP, for anyone new to the concept. | |||
5 |
LDAP Authentication |
Watch
41m 6s |
|
How to integrate Spring Security with LDAP | |||
6 |
Introducing Spring Social |
Preview
55m 59s |
|
This is a side project which allows your applications to connect to many social media providers. Although we are using it for Single Sign On only, this chapter gives a good overview, and we connect to Facebook to acquire a friends and posts graph. | |||
7 |
SSO with Spring Social |
Watch
29m 19s |
|
We start the work of configuring Spring Security to work with Facebook as an SSO provider. | |||
8 |
SSO with Spring Social - 2 |
Watch
66m 39s |
|
This chapter completes the work of Facebook integration, and the completes the job with LinkedIn and Twitter. | |||
9 |
Enterprise SSO - Installing CAS |
Watch
31m 39s |
|
What is Enterprise SSO? We use a common SSO provider called "Common Authentication Server" or CAS, and this chapter installs and configures. | |||
10 |
Integrating CAS with Spring Security |
Watch
40m 48s |
|
We now need to integrate CAS with our application. At first, we'll be using a hardcoded user on the CAS system.... | |||
11 |
CAS and LDAP |
Watch
46m 3s |
|
...and finally, we point CAS at a true repository of users. We are using LDAP (we think the most common choice) but the process is similar for JDBC. |