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
Nelson Rodrigues
958c705509
Add Kerberized LdapContextSource
2015-03-24 17:12:20 +00:00
Janne Valkealahti
b4347084e7
Fix jdk8 javadoc errors
...
- Fixes #14
- Fixing javadoc formatting
- Some polish
2015-03-18 09:59:56 +00:00
Janne Valkealahti
a30a5cd46a
Fix typo in ref doc
2015-03-11 09:32:52 +00:00
Janne Valkealahti
44c693e368
Update README for samples
2015-03-11 09:25:38 +00:00
Janne Valkealahti
c390b24547
Add better support for KerberosRestTemplate
...
- Better configuration model
- Updates to ref docs
- New boot based client sample
2015-03-11 09:19:59 +00:00
Janne Valkealahti
66c66892cf
Remove bogus file
2015-03-10 17:43:07 +00:00
Janne Valkealahti
2bd3762921
Reference doc updates
2015-03-10 17:40:08 +00:00
Janne Valkealahti
7c3ff33235
Remove old sample project
2015-03-10 11:58:53 +00:00
Janne Valkealahti
2d471ee9d3
Add new boot based samples
2015-03-10 11:54:48 +00:00
Rob Winch
55c8ac2b13
Create README.adoc
2015-03-06 10:47:14 -06:00
Rob Winch
04f2710351
Create CONTRIBUTING.md
2015-03-06 10:46:50 -06:00
Janne Valkealahti
8e3c8646a6
Updates to ref docs
2015-03-06 13:25:11 +00:00
Janne Valkealahti
49eaab45ee
Start of new ref doc structure with asciidoc
2015-03-05 12:50:41 +00:00
Janne Valkealahti
74575ad46f
Merge PR #5
...
- Fixing merge conflicts
- Tidy up and polish
- Changed KerberosTicketValidation to be transient in KerberosServiceRequestToken
because we get NotSerializableException for SPRING_SECURITY_CONTEXT. Not really
sure if that is ever needed in sec context.
- Added simple RestTemplate test to see that this doesn't break anything,
should somehow to come up with a test verify some WinRM functionality.
2015-03-02 12:40:59 +00:00
Janne Valkealahti
19f6f70aeb
More tests for PR #4
2015-03-02 09:18:57 +00:00
Janne Valkealahti
6777601072
Merge PR #4
...
- Tidy up and polish
2015-03-02 08:26:29 +00:00
Janne Valkealahti
fc005b49b8
Polish
2015-02-26 13:41:28 +00:00
Janne Valkealahti
e8633c0e2f
Trying to fix localhost hostname usage, take2
2015-02-26 12:11:17 +00:00
Janne Valkealahti
3d7c0365bd
Trying to fix localhost hostname usage
...
- Created principal needs to match resolved hostname
so trying to add a tweak to make it happen.
2015-02-26 11:42:26 +00:00
Janne Valkealahti
b1b3eefa41
Add Kerberized RestTemplate
...
- New KerberosRestTemplate which is able to use principal
and keytab file to do privileged action so that jvm does
a kerberos login and SPNEGO should work without trouble.
- Added Apache DS based MiniKdc implementation which allows
to create test cases for both server and client without having
a running real kerberos setup within the host OS.
2015-02-26 10:45:30 +00:00
Janne Valkealahti
89305ff5f4
Project updates
...
- change from 1.0.0.CI-SNAPSHOT to 1.0.0.BUILD-SNAPSHOT
- clean and update build with latest spring versions
2015-02-20 11:18:00 +00:00
Jeremy Stone
d8646b5762
Remove extraneous comments
2014-04-08 18:27:45 +01:00
Jeremy.Stone
81c7b0b2ad
Add encrypt capability and make holding on to gss context optional.
2014-04-07 15:39:20 +01:00
Jeremy.Stone
3fa6b153fe
Add support for Kerberos (as well as Negotiate) authentication.
...
Include support for WWW-Authenticate response.
Include support for decrypt.
(Dispose gss context and encrypt still to do)
2014-04-07 11:29:43 +01:00
aschaefer
f8d514a5df
SES-136 Option to provide content with WWW-Authentication:Negotiate Response of SpnegoEntryPoint by forward
2014-01-08 10:19:07 +01:00
Mike Wiesner
cd892788a5
SES-55 SpnegoAuthenticationProcessingFilter should allow setting an AuthenticationDetailsSource bean
2013-05-03 14:26:48 +02:00
Mike Wiesner
b90e907310
SES-63 Changed success order in SpnegoAuthenticationProcessingFilter
2013-05-03 12:41:31 +02:00
Mike Wiesner
04869f5f64
Added SessionAuthenticationStrategy to SpnegoAuthenticationProcessingFilter
2013-05-03 12:37:37 +02:00
Mike Wiesner
c9a4ffec48
Changed gitignore
2013-05-03 12:05:08 +02:00
Mike Wiesner
f1a9f0a9da
Default config in samples is now spnego-with-server-side-kerberos-option
2013-05-03 12:03:47 +02:00
Mike Wiesner
75ea798249
Kerberos settings are now in kerberos.properties instead of in XML
2013-05-03 12:03:27 +02:00
Mike Wiesner
40a53fa4e5
Upgrade to Spring Framework version 3.2.2
2013-05-03 12:02:11 +02:00
Mike Wiesner
6093637d83
SES-119 Kerberos login fails on Java 7
2013-05-02 20:06:58 +02:00
Mike Wiesner
02452f2e76
Upgrade to Spring Security 3.1.4
2013-05-02 19:59:35 +02:00
Mike Wiesner
e52d81027e
Removed @Override for implemented Interface methodes
2013-05-02 17:53:14 +02:00
Rob Winch
de527b5751
Update sample to use spring-security 3.1 schema
2012-10-22 14:06:36 -05:00
Rob Winch
7200acf9d1
Update to Gradle build
2012-10-22 14:05:48 -05:00
Luke Taylor
af5d591857
Tidy poms and update plugin and test jar versions.
2012-09-21 13:21:41 +01:00
Rob Winch
685adcf453
SES-98: Update Spring to 3.0.7 and Spring Security to 3.1.2
2012-09-21 13:20:15 +01:00
Luke Taylor
be30bc620c
Upgrade to latest Spring and Spring Security versions, plus other miscellaneous version updates.
2011-05-26 00:26:49 +01:00
Mike Wiesner
da45af75d2
SES-54: Option to prevent SpnegoAuthenticationProcessingFilter overwriting authentication in security context
2010-10-01 03:15:42 +02:00
Mike Wiesner
8305b62e64
Switching back to trunk development
2010-03-04 21:03:15 +00:00
Mike Wiesner
ee41a0edb7
prepare release krb-1.0.0.M2
2010-03-04 20:49:04 +00:00
Mike Wiesner
fa6dbfaf24
SES-36: More Kerberos sample configurations
2010-03-04 19:32:05 +00:00
Mike Wiesner
20544c26b5
SES-35: Upgrade Kerberos to Spring Security 3.0.2
2010-03-04 19:26:31 +00:00
Mike Wiesner
9f881deb0e
SES-10: Enable server side Kerberos login
2010-03-04 19:24:04 +00:00
Mike Wiesner
0734b1b6c1
SES-31: Added hint for problems related to Sun Bug 6851973
2010-02-10 12:40:00 +00:00
Mike Wiesner
3a8c68140e
Upgrade to Spring Security 3.0.1
2010-02-10 11:35:20 +00:00