Nineya
Home
Blog
软著申请
Spring Security Encoded password does not look like BCrypt
2025-01-18 05:47:19
1032
SummaryI have a problem with authenticating users using spring boot API and JWTActual BehaviorI see this error in my con...
Spring Security Spring Security uses class from OAuth2 project which results into NoClassDefFoundError
2025-01-18 05:47:16
12895
SummarySpring Security uses class from OAuth2 project which results into NoClassDefFoundError.Actual BehaviorWhen includ...
Spring Security ResourceServer getting - Authentication request failed: error="invalid_token"
2025-01-18 05:47:13
8884
SummaryI'm trying to develop resource server that provides APIs that will be consumed by various applications. I'm using...
Spring Security WebClient proxy configuration not respected with Spring Security
2025-01-18 05:47:06
20773
While setting up my Spring Boot Webflux (2.1.7.RELEASE) app as a resource server using Spring Security (spring-security-...
Spring Security Spring Security configuration
2025-01-18 05:47:04
1086
I have a problem about Spring Security。it may not a bug。but i can‘t find answer。Spring Security provides a variety of o...
Spring Security Question about PersistentRememberMeServices series generation algorithm
2025-01-18 05:46:58
2151
SummarySeries relates to username, it should be unique.AFAIK,SecureRandom do not guarantee unique.How did Spring Securit...
Spring Security OAuth2 with spring-security failed to start
2025-01-18 05:46:56
10864
Stack Traceorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterC...
Spring Security Allow specify header in ServerBearerTokenAuthenticationConverter
2025-01-18 05:46:53
806
SummaryI'd like to be able to use the current ServerBearerTokenAuthenticationConverter but want to use a different heade...
Spring Security Spring MVC - Integration Tests using MockMvc & HttpSecurity are flaky
2025-01-18 05:46:50
3093
SummaryThe Integration tests I'm trying to run to check if my HttpSecurity access definitions (https://github.com/jonasb...
Spring Security Saml2WebSsoAuthenticationRequestFilter should not use OpenSamlAuthenticationRequestFactory by default
2025-01-18 05:46:48
928
If Saml2WebSsoAuthenticationRequestFilter uses OpenSamlAuthenticationRequestFactory by default, then Spring Security is ...
Spring Security HttpSecurityDsl does not support addFilterBefore and addFilterAfter
2025-01-18 05:46:45
773
SummaryHttpSecurityBuilder allows adding a filter before or after a specific filter using the addFilterBefore and addFil...
Spring Security BCryptPasswordEncoder.encode() throws NPE
2025-01-18 05:46:35
754
https://github.com/spring-projects/spring-security/blob/1de0cf5057d755bcf25ef0db60297d42e2852f45/crypto/src/main/java/or...
Spring Security Missing documentations about Concurrent Session Control and Webflux
2025-01-18 05:46:29
489
From the current documentation its very hard to understand what is supported in Webflux and what is not. For example Con...
Spring Security java.lang.IllegalStateException: permitAll only works with HttpSecurity.authorizeRequests()
2025-01-18 05:46:26
44252
Hi, I am migrating from Spring Security OAuth to Keycloak but I have some issue that should not occured if we follow the...
Spring Security Cannot configure cache lifespan of RemoteJWKSet
2025-01-18 05:46:24
747
SummaryModule: spring-security-oauth2-joseThere is no way to configure the RemoteJWKSet cache lifespan even it actually ...
Spring Security AbstractAuthenticationProcessingFilter produces error when registering a custom UsernamePasswordAuthenticationFilter Bean
2025-01-18 05:46:17
4279
SummaryRegistering a custom UsernamePasswordAuthenticationFilter Bean produces java.lang.IllegalArgumentException: authe...
Spring Security Webflux Security not using JWT
2025-01-18 05:46:15
8939
SummaryI wonder if I use webflux and oauth2 without using jwt, I want to store token in redis, how can I configure the R...
Spring Security Allow @postfilter to manage custom objects
2025-01-18 05:46:12
4689
This is not a bug but an improvement suggestion.I'd like to use @postfilter annotation to filter data in a collection ba...
Spring Security Add a WebFlux vs. Servlets Security Section to the docs
2025-01-18 05:46:09
1451
Add a section to the Introduction part of the docs about Reactive vs. Servlet security. This section should explain to u...
Spring Security OpenSamlAuthenticationRequestFactory has a very closed design
2025-01-18 05:46:06
4340
SummaryIt is impossible to create AuthNRequests aside from the default configuration with the current implementation. Th...
上一页
下一页
1
…
710
711
712
713
714
…
2246
.