spring-security-kerberos
spring-security-kerberos copied to clipboard
Spring Security Kerberos
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.14 to 1.0.0-alpha.16. Changelog Sourced from @springio/asciidoctor-extensions's changelog. == 1.0.0-alpha.16 (2025-01-31) No changes since previous release. == 1.0.0-alpha.15 (2025-01-28) No changes since previous release. Commits bfc6ead release...
Disclaimer: I have very little knowledge of Spring Running: `$ java -jar sec-server-win-auth-2.1.1.jar --spring.config.location=sec-server-win-auth.yaml` with sec-server-win-auth.yaml contents of: ``` server: port: 8080 app: ad-domain: EXAMPLE.ORG ad-server: ldap://WIN-EKBO0EQ7TS7.example.org/ service-principal: HTTP/[email protected] keytab-location:...
- Fixes #261 . - Removes reference to Spring Security Kerberos Extension 1.0.x documentation.
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.5 to 1.1.7. Release notes Sourced from io.spring.dependency-management's releases. v1.1.7 :lady_beetle: Bug Fixes Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400 ExclusionResolver makes...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.8 to 6.1.16. Release notes Sourced from org.springframework:spring-framework-bom's releases. v6.1.16 :star: New Features Log alias removal in DefaultListableBeanFactory #34071 OptionalValidatorFactoryBean suppresses Hibernate Validator configuration failures too much...
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.1.8 to 6.1.16. Release notes Sourced from org.springframework:spring-core's releases. v6.1.16 :star: New Features Log alias removal in DefaultListableBeanFactory #34071 OptionalValidatorFactoryBean suppresses Hibernate Validator configuration failures too much...
Bumps [antora](https://gitlab.com/antora/antora) from 3.2.0-alpha.4 to 3.2.0-alpha.8. Changelog Sourced from antora's changelog. == 3.2.0-alpha.8 (2024-12-05) === Changed content-aggregator: Don't apply camelCase transformation to descendant keys of the ext key in component...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Describe the bug Since version 2.1.0, the spring-security-kerberos-bom does not contain any dependencies anymore rendering it pretty much useless. To Reproduce n/a Expected behavior The bom should contain dependencyManagement for...
[GGSSchemeBase](https://github.com/apache/httpcomponents-client/blob/master/httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/GGSSchemeBase.java): > The GGS based experimental authentication schemes are no longer supported. How will kerberos be supported in the future, if the feature is dropped from httpclient5?