11 Commits

Author SHA1 Message Date
Rob Winch
50a77ae051 Use Spring Security Lambda DSL
Closes gh-207
2024-05-29 15:36:18 -05:00
Rob Winch
aa81c15f97 Use Version Catalog with Latest Dependency Versions
Closes gh-195 gh-196 gh-197 gh-198 gh-199 gh-200 gh-201 gh-202 gh-203 gh-204 gh-205 gh-206
2024-05-29 15:36:18 -05:00
Janne Valkealahti
1bb263182e Fix win auth example
- Relates #165
2023-04-06 07:30:54 +01:00
Janne Valkealahti
13691aabbd Migrate win auth example
- Build sec-server-win-auth
- Relates #165
2023-03-28 13:22:39 +01:00
Bartosz Belcik
6ed337976c Authorities populated after kerberos authentication. 2016-06-30 15:20:17 +02:00
Janne Valkealahti
3ba8632e6e Change KerberosLdapContextSource package
- From client to ldap to better indicate that ldap
  classes are optional.
- Fixes #23
2015-04-22 18:01:51 +01:00
Rob Winch
9a6165d7dc Improve Modularity
* Create spring-security-kerberos-web to limit dependencies for non-web based projects
* Add org.springframework.security.kerberos.authentication to better align with Spring Security packaging
* Add org.springframework.security.kerberos.authentication.sun to isolate Sun implementations of APIs
* Remove unnecessary dependencies

Fixes gh-20
2015-04-01 11:04:05 -05:00
Janne Valkealahti
f354bc29f2 Fix sec-server-win-auth sample
- Create SunJaasKrb5LoginConfig as bean
  so that InitializingBean method gets
  called, thus properly setting keytab.
- Fixes #21
2015-04-01 13:16:17 +01:00
Janne Valkealahti
4bc60d1740 Drop extensions from package names
- Throughout the codebase dropping extensions
  from org.springframework.security.extensions.kerberos.
- Fixes #16
2015-03-25 08:00:09 +00:00
Janne Valkealahti
19667a5cec Fixes for pr #13
- Fixing formatting and javadocs
- Change spring-security-ldap dep to optional to
  reduce risks because we're so close to GA.
- Modified sec-server-win-auth sample to use
  LdapUserDetailsService instead of DummyUserDetailsService.
  Added output of user principal to hello page.
2015-03-24 17:12:31 +00:00
Janne Valkealahti
2d471ee9d3 Add new boot based samples 2015-03-10 11:54:48 +00:00