Nineya
Home
Blog
软著申请
Spring Security Spring Security protect routes hasRole, hasAuthority do not work with CORS request
2025-01-18 06:13:35
1326
https://asapla99.github.ioSummaryhasRole, hasAuthority do not work with http CORS request and return status 403.Actual B...
Spring Security Gracefully handle session store outage
2025-01-18 06:13:32
22300
Expected BehaviorWhen my session store is down (I'm using spring session with Redis but it should be applicable to any s...
Spring Security feign has conflict with @EnableWebFluxSecurity
2025-01-18 06:13:29
1980
SummaryAuthorization spring-cloud-gateway with spring-security(use @EnableWebFluxSecurity), and provid userInfoService b...
Spring Security Build Failure Because of Gradle Task checkstyleNohttp
2025-01-18 06:13:26
250022
Build process for my pull request:https://github.com/spring-projects/spring-security/pull/7589is failing with following ...
Spring Security invalid_redirect_uri_parameter behind reverse proxy
2025-01-18 06:13:22
4065
SummaryThis was previously raised as #6347 but it's not clear to me what the remedy is. The recommendation at the time w...
Spring Security Allow configuring oauth2ResourceServer() with custom provider
2025-01-18 06:13:19
10062
At the moment if you do not configure jwt() (or opaqueToken() on the master branch) the configurer will throw an Illegal...
Spring Security Multiple OncePerRequestFilter alongside Spring security AbstractAuthenticationProcessingFilter works locally - issue in PCF
2025-01-18 06:13:17
4743
SummaryMultiple OncePerRequestFilter alongside Spring security AbstractAuthenticationProcessingFilter works locally - is...
Spring Security Retrieving OidcIdToken from SimpleUrlLogoutSuccessHandler
2025-01-18 06:13:14
4635
SummaryBefore my final logout success redirect, I am attempting to make an additional call to a logout endpoint given by...
Spring Security Support for Plugin Point For Custom SecurityContext Implementation In Reactive Spring Security
2025-01-18 06:13:11
7620
In Non Reactive Spring Security we Have Plugin Point For custom Security Context Impl ByFollowing snippet in SecurityCon...
Spring Security NullPointerException InMemoryUserDetailsManager.updatePassword
2025-01-18 06:13:09
5087
SummaryExexuting first request to MVC based resource, getting 401.In log of service, this NPE is found:java.lang.NullPoi...
Spring Security Long Application Startup Time
2025-01-18 06:13:06
16898
SummaryWe are experiencing very long application startup times. When I enable trace logging for package org.springframe...
Spring Security Support For OAuth Login For Separate Api And UI Server
2025-01-18 06:13:03
7208
Currently OAuth Login Support Works Only When We Have API AND UI Application packaged asOne Application. What if we hava...
Spring Security Changing the Order of the Spring Security WebFilter
2025-01-18 06:13:00
9068
Changing the Order of the Spring Security WebFilterI have an API Gateway implemented using Spring Cloud Gateway that use...
Spring Security Unable to retrieve Username from ServerRequest nor ReactiveSecurityContextHolder
2025-01-18 06:12:58
3216
SummaryI recently updated a project from a pre-release of spring boot 2 to the most current 2.0.5 build. I am no longer ...
Spring Security Refactor the OAuth2AuthorizationRequestResolver so that it is not responsible for the request match.
2025-01-18 06:12:55
7669
SummaryCarefully propose changes to the specification of the OAuth2AuthorizationRequestResolver interface.I feel that th...
Spring Security Spring Security 5.0.5 not working response.sendError()
2025-01-18 06:12:52
2470
Hello!I'm using Spring Boot 2.0.2 with Spring Security. When i updated my Spring Boot for new version, i have problem wi...
Spring Security Async via CompletableFuture empties the ReactiveSecurityContextHolder
2025-01-18 06:12:49
6579
SummaryI'm trying to use graphql-java on a Reactive Spring Boot (2.0.0.RC2) codebase with Spring WebFlux (5.0.4.RELEASE)...
Spring Security In a particular case,CorsFilter config will fail
2025-01-18 06:12:47
3711
I used Kotlin for my development.First, rewrite the BasicAuthenticationFilter class, I used the JWT to check the token, ...
Spring Security spring-security 5.4.1 NimbusJwtDecoder triggering java.lang.NoSuchMethodError: com.nimbusds.jose.Header.toJSONObject()Ljava/util/Map
2025-01-18 06:12:44
2656
I'm getting java.lang.NoSuchMethodError: com.nimbusds.jose.Header.toJSONObject()Ljava/util/Map;, when using spring secur...
Spring Security Disable redirect to oauth2/authorization/{registrationId} in oauth2 flow?
2025-01-18 06:12:41
4846
Hi!Is it possible to disable redirect to oauth2/authorization/{registrationId} in oauth2 flow?I have following propertie...
上一页
下一页
1
…
687
688
689
690
691
…
2246
.