Update README.MD to include Multiple Authentication Providers (#1936)

This commit is contained in:
Sunil Mogadati 2017-05-26 07:26:55 -06:00 committed by GitHub
parent e52d858914
commit 8e709d587d
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com
- [Spring Security: Authentication with a Database-backed UserDetailsService](http://www.baeldung.com/spring-security-authentication-with-a-database)
- [Two Login Pages with Spring Security](http://www.baeldung.com/spring-security-two-login-pages)
- [Multiple Entry Points in Spring Security](http://www.baeldung.com/spring-security-multiple-entry-points)
- [Multiple Authentication Providers in Spring Security](http://www.baeldung.com/spring-security-multiple-auth-providers)