Josh Cummings
0c9be90a74
Merge pull request #158 from chkpnt/master
...
Fix Maven-Repositories (401 unauthorized)
2021-02-09 14:43:05 -07:00
Gregor Dschung
481884336f
Fix Maven-Repositories
2021-02-09 10:27:33 +01:00
Filip Hanik
e0d93f7b68
Merge pull request #141 from spring-operator/polish-urls-xml-master
...
URL Cleanup
2019-03-20 08:27:49 -07:00
Spring Operator
1515bda9ad
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.springframework.org/schema/beans/spring-beans-3.2.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans-3.2.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.2.xsd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans-4.1.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans-4.1.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-4.1.xsd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/context/spring-context-3.2.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/context/spring-context-3.2.xsd ([https](https://www.springframework.org/schema/context/spring-context-3.2.xsd ) result 200).
* http://www.springframework.org/schema/context/spring-context-4.1.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/context/spring-context-4.1.xsd ([https](https://www.springframework.org/schema/context/spring-context-4.1.xsd ) result 200).
* http://www.springframework.org/schema/security/spring-security.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/security/spring-security.xsd ([https](https://www.springframework.org/schema/security/spring-security.xsd ) result 200).
* http://www.springframework.org/schema/util/spring-util-4.1.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/util/spring-util-4.1.xsd ([https](https://www.springframework.org/schema/util/spring-util-4.1.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://www.springframework.org/schema/beans with 8 occurrences
* http://www.springframework.org/schema/context with 8 occurrences
* http://www.springframework.org/schema/security with 6 occurrences
* http://www.springframework.org/schema/util with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences
2019-03-19 22:49:45 -05:00
Spring Operator
96fe463c23
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 43 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html ) result 200).
2019-03-14 20:15:57 -05:00
Rob Winch
95c12f0a57
Merge pull request #137 from spring-operator/polish-urls-build-master
...
URL Cleanup
2019-03-05 21:39:26 -06:00
Spring Operator
73bec37099
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were fixed successfully.
* http://projects.spring.io/spring-security-kerberos/ migrated to:
https://projects.spring.io/spring-security-kerberos/ ([https](https://projects.spring.io/spring-security-kerberos/ ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
* http://docs.jboss.org/jbossas/javadoc/4.0.5/connector migrated to:
https://docs.jboss.org/jbossas/javadoc/4.0.5/connector ([https](https://docs.jboss.org/jbossas/javadoc/4.0.5/connector ) result 301).
* http://projects.spring.io/spring-security-kerberos migrated to:
https://projects.spring.io/spring-security-kerberos ([https](https://projects.spring.io/spring-security-kerberos ) result 301).
* http://repo.springsource.org/plugins-release migrated to:
https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release ) result 301).
* http://repo.spring.io/libs-release migrated to:
https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release ) result 302).
2019-03-05 21:38:45 -06:00
Rob Winch
410a9f5c77
Merge pull request #129 from sterowney/support_for_ticket_delegation
...
ticket delegation support
2018-11-07 15:13:34 -06:00
Steven Rowney
dbf3fc3a9a
Fix assertion message
2018-11-07 20:48:12 +01:00
Steven Rowney
bf6ccb26f7
Unit tests for result of ticket validation with subject
2018-11-07 20:44:32 +01:00
Steven Rowney
e98d33a710
Add missing delegation
2018-11-07 19:57:06 +01:00
Steven Rowney
f8c4bd65b3
ticket delegation support
2018-11-07 19:51:45 +01:00
Sebastian Staudt
8936168e85
Update requirements docs
...
Java 8 Update 40/45 are no longer supported due to SPNEGO
regression.
See #126
2018-10-22 11:10:23 -05:00
Sebastian Staudt
9b5a4dabe0
Remove workaround for regression in JDK 8_4x
...
Closes #126
2018-10-22 11:10:23 -05:00
george thomas
11eb77093d
Update hyperlink to Pro Git chapter and tweak anchor text
...
- Refer to the English version of the book instead of the Cestina
version
- Refer to the second edition of the book
- Use the absolute link to the page instead of referring to the chapter
and subsection (since these have changed in the second edition and
could change in a future edition)
- Redo anchor text to eliminate misuse of apostrophe
Fixes gh-113
2018-03-09 16:52:54 -06:00
Christian Fruth
f375cb28f8
Ability to provide kerberos username and password to KerberosRestTemplate
2018-03-09 16:50:56 -06:00
Rob Winch
a28e0e5ed7
Merge pull request #95 from barti271/master
...
Authorities populated after kerberos authentication.
2018-03-09 16:48:16 -06:00
Rob Winch
a0348d782c
Merge pull request #91 from bmustiata/master
...
Added multi-tier support..
2018-03-09 16:47:40 -06:00
Rob Winch
20ff54a931
Merge pull request #43 from phaas/master
...
Do not handle NTLM authentication requests
2018-03-09 16:47:07 -06:00
Bogdan Mustiata
4050903904
Use constants for the test.
2017-04-19 15:47:08 +02:00
Bogdan Mustiata
005320c594
Fixed JAAS ticket validator.
2017-03-23 14:13:00 +01:00
Brian Butz
6e287c8889
Fixed typo in debug output
...
Fixed "succesfully" to "successfully"
2016-11-07 09:19:19 -06:00
Bartosz Belcik
6ed337976c
Authorities populated after kerberos authentication.
2016-06-30 15:20:17 +02:00
Bogdan Mustiata
e7113fd2b8
Added multitier support.
2016-04-29 16:55:54 +02:00
Rob Winch
aaf8f5cb2d
Add Code of Conduct
...
Fixes gh-47
2016-02-02 09:39:32 -06:00
Patrick Haas
6658cf8644
Avoid handling NTLM authentication requests in the SpnegoAuthenticationProcessingFilter, since the payload is not a valid Spnego token.
2015-08-19 12:34:39 -07:00
Rob Winch
411dc5e01c
Merge pull request #41 from koraktor/patch-1
...
Update documentation URLs in the README
2015-07-29 22:31:01 -05:00
Sebastian Staudt
64d43afa80
Update documentation URLs in the README
...
Point to docs/1.0.x instead of docs/1.0.0.BUILD-SNAPSHOT to be up to date and a bit more future-proof.
2015-07-29 12:48:49 +02:00
Spring Buildmaster
e75bc30693
Next development version
2015-07-23 10:52:00 -07:00
Rob Winch
e40219cfad
Merge pull request #40 from jvalkeal/gh33
...
Fix Compatibility with Spring Security 4.x
2015-07-23 12:21:39 -05:00
Janne Valkealahti
85d8d3efdd
Fix compile for sec 4.x
...
- Fixes #33
- In websecurityconfig, use default xsd. With 4.x sec core's
namespace handler barks if 3.x is in use.
- Doing tweaks in KerberosLdapContextSource to overcome trouble
with ldap's AbstractContextSource which wrongly removed
throwing exception from its overridded afterPropertiesSet()
method. Remove throw and re-throw super call.
2015-07-22 09:17:58 +01:00
Janne Valkealahti
fb456d634f
Updates to ref docs
...
- Add proposed changes to ref docs
- Fixes #37
2015-07-22 08:32:51 +01:00
Rob Winch
217f49f5b9
Merge pull request #39 from davidkey/fix-typos
...
fixed typo of "successful" in src and test
2015-07-20 09:56:45 -05:00
David Key
9a9b5dc439
fixed typo of "successful" in src and test
2015-07-15 19:01:43 -04:00
Janne Valkealahti
5e28e87f58
SPNEGO auth fails if client proposes MS krb5 OID
...
- Tweak incoming oid order in spnego token to
workaround jdk regression.
- Fixes #34
2015-05-13 13:15:21 +01:00
Spring Buildmaster
aa5aa8615f
Next development version
2015-04-23 07:51:55 -07:00
Rob Winch
ed7d025807
Disable artifactory publish for sample projects
2015-04-23 09:39:41 -05:00
Rob Winch
66e471e79c
Revert "Next development version"
...
Failed push to central requires rolling back the release
This reverts commit 42ead0e99f .
2015-04-23 09:34:54 -05:00
Rob Winch
b843b84d3e
Revert "Fix versions"
...
Failed push to central requires we rollback our changes
This reverts commit a1427dc82d .
2015-04-23 09:34:26 -05:00
Janne Valkealahti
a1427dc82d
Fix versions
2015-04-23 08:16:27 +01:00
Spring Buildmaster
42ead0e99f
Next development version
2015-04-23 00:02:17 -07: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
Janne Valkealahti
f046bd7c69
Handle possible NPE bug in some jkd versions.
...
- Check if GSSContext initiator is null, which it should
not be, and throw BadCredentialsException instead of NPE.
2015-04-22 11:55:22 +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
186ce830a0
Ref doc updates
2015-03-26 09:45:00 +00:00
Janne Valkealahti
f608e474e8
Update deps
...
- Pump up security to 3.2.7 and
framework to 4.1.6.
- Fixes #17
2015-03-26 08:08:22 +00:00
Janne Valkealahti
042b165661
Update developer info
2015-03-25 16:21:46 +00:00
Janne Valkealahti
0b071bd35a
Updates to ref docs
2015-03-25 14:14:56 +00:00
Janne Valkealahti
34bbc910fc
Don't publish boot packaged samples
...
- Simply disable jar artifacts for samples
- Fixes #18
2015-03-25 08:41:40 +00:00