Nineya
Home
Blog
软著申请
Spring Security Support for Newer Digest Authentication (RFC 7616)
2025-01-18 07:35:40
787
RFC 7616 has been officially made available for several years now but Spring Security still only supports RFC 2617 for d...
Spring Security Option to toggle off CSRF token as url parameter
2025-01-18 07:35:38
1161
Expected BehaviorIt should be possible to introduce a toggle that toggles the option of sending in the CSRF token as a U...
Spring Security Spring Secuirty bcrypt blank password
2025-01-18 07:35:32
4902
SummaryI'm using spring boot webapp with security. Passwords of my users are stored in my DB after encoding with bcrypt....
Spring Security Pick up and apply multiple FilterChain for url
2025-01-18 07:35:29
7726
Scenario Let's say we have two end points which are ["/api/v1/resource","/api/v1/resource/admin"]. Also I have two f...
Spring Security Provide templating or extension to generate SAML2 POST form
2025-01-18 07:35:26
5132
The Saml2WebSsoAuthenticationRequestFilter#createSamlPostRequestFormData(...) should allow to customize generated HTML f...
Spring Security Update metadata in MavenPublishingConventionsPlugin
2025-01-18 07:35:24
527
Artifacts (e.g. org.springframework.security:spring-security-core:5.6.2) are currently published with historical metadat...
Spring Security Keep Webflux Security Documentation consistent
2025-01-18 07:35:22
1206
Expected BehaviorWebflux Security Documentation should be consistent with the examples and only use @EnableWebFluxSecuri...
Spring Security Sources and javadocs missing in latest snapshots
2025-01-18 07:35:18
972
The latest published snapshots do not have the sources or javadoc jar present. This appears to be the case for 6.0.0-SNA...
Spring Security CSRF on spring cloud gateway removing formData from POST requests 400 bad request error
2025-01-18 07:35:14
1996
Describe the bugI have enabled CSRF on my spring cloud api gateway server. I have angular as my GUI framework which call...
Spring Security Automate release process
2025-01-18 07:35:11
2358
This issue lists the required tasks for automating the release. I've organized the release process (see RELEASE.adoc) in...
Spring Security Documentation about CSRF and cookies is confusing
2025-01-18 07:35:08
768
Reading https://docs.spring.io/spring-security/reference/features/exploits/csrf.html for 5.7.2 one can read (https://doc...
Spring Security Regression with URL encode client credentials
2025-01-18 07:35:06
18382
Describe the bugWe are using https://spring.io/projects/spring-security-oauth as an oauth2 provider.In separate projects...
Spring Security [Documentation] Update resource server docs about valdiation of JWT 'aud' claim
2025-01-18 07:35:03
427
The documentation (https://docs.spring.io/spring-security/reference/reactive/oauth2/resource-server/jwt.html#_runtime_ex...
Spring Security Make default expression handler in PrePostMethodSecurityConfiguration to use existing permission evaluator
2025-01-18 07:35:01
3149
Expected BehaviorThe expression handler that gets created per default in PrePostMethodSecurityConfiguration at https://g...
Spring Security Add Kotlin example showing integration with WebTestClient
2025-01-18 07:34:55
528
In Java code a WebTestClient can be configured as followsWebTestClient .bindToApplicationContext(this.context) // ...
Spring Security org.springframework.security.saml2.provider.service.authentication.DefaultSaml2AuthenticatedPrincipal fails to return more than one "attribute"
2025-01-18 07:34:51
1328
Describe the bug**Affects: 5.5.2 \spring-security-saml2-service-provider I have been testing a SAML SSO integration usin...
Spring Security Document SecurityFilterChain bean based configuration
2025-01-18 07:34:49
912
The current release (5.5.1 at the time of writing this) has no documentation on SecurityFilterChain @Bean based configur...
Spring Security 使用这个spring-security-oauth2-authorization-server做为认证服务器时,资源服务器使用什么依赖来管理资源? boot-starter-security?
2025-01-18 07:34:43
459
Expected BehaviorCurrent BehaviorContextComment From: jzheauxThanks for reaching out, @ArchieSean-YH. If you are reporti...
Spring Security SessionManagementFilter intercept the permitted urls
2025-01-18 07:34:41
2856
Describe the bugI want to anonymous access the URL begin with "/debug", the config ishttp.authorizeRequests().antMatche...
Spring Security Remove previous-compilation-data.bin from spring-security-saml2-service-provider jar artifact
2025-01-18 07:34:38
548
The artifact jar of spring-security-saml2-service-provider contains a file named previous-compilation-data.binAs i under...
上一页
下一页
1
…
621
622
623
624
625
…
2246
.