Nineya
Home
Blog
软著申请
Spring Security OAuth2 Password Grant Type with Spring Cloud Gateway
2025-01-18 05:41:09
5885
SummaryCannot integrate Spring Cloud Gateway (which uses Spring Security 5.2) with OAuth2 Authorization Server using Res...
Spring Security Polish SAML 2.0 Login Sample
2025-01-18 05:41:02
244
The SAML 2.0 Login sample could be improved by:Looking more like the OAuth 2.0 Login sample, for easy comparisonUsing th...
Spring Security Spring Security multiple AuthenticationProviders causing default provider configured
2025-01-18 05:41:00
3671
I have configured spring security using:@Import(SecurityProblemSupport.class)@EnableWebSecurity@Configuration@EnableGlob...
Spring Security How Active is support on stackoverflow.com
2025-01-18 05:40:57
1222
When reaching out for support regarding spring security I get refered to stackoverflow.com. However once I ask a questio...
Spring Security Nice to have: release notes linked to from this repo
2025-01-18 05:40:53
1110
SummaryIt would be useful to have release notes for Spring Security, summarizing the bug fixes and enhancements made in ...
Spring Security spring security 5.2.x resource-server BearerTokenAuthentication
2025-01-18 05:40:48
642
If I want to access to the permitAll web api with bearer token ,but my token is invalid, I cant't access the web api. I...
Spring Security OpenSamlImplementation should not use reflection
2025-01-18 05:40:44
305
It would be better if OpenSamlImplementation didn't use reflection.OpenSamlImplementation#buildSAMLObject(Class<?>...
Spring Security RSocket test should throw AccessDeniedException
2025-01-18 05:40:41
309
The test retrieveFluxWhenDataFluxAndSecureThenDenied throws a MessageDeliveryException because it makes a request to a r...
Spring Security Assign sensible default for OAuth2AuthorizedClientProvider
2025-01-18 05:40:33
234
The OAuth2AuthorizedClientManager implementations should be assigned a sensible default for the associated OAuth2Authori...
Spring Security Add OAuth2AuthorizeRequest.Builder.principal(String)
2025-01-18 05:40:31
1541
Add OAuth2AuthorizeRequest.Builder.principal(String) as a convenience method for OAuth2AuthorizeRequest.Builder.principa...
Spring Security Can't get SecurityContext using ReactiveSecurityContextHolder.getContext, as it resolves to empty.
2025-01-18 05:40:28
13717
SummaryI want to manually set Authentication to SecurityContext in a Spring Cloud Gateway application, but ReactiveSecur...
Spring Security LDAP server configuration should support port=0
2025-01-18 05:40:24
257
It can be handy when testing to state that your ldap server should use port 0, that is, indicate that any available port...
Spring Security http://www.springframework.org/schema/security/spring-security.xsd is gone!?
2025-01-18 05:40:20
6536
As a result of #8091 !?Comment From: MikeN123This seems to break startup of all our applications. That is something we n...
Spring Security Cache token validation result
2025-01-18 05:40:12
815
SummaryI can't find if there is a way to prevent bearer validation on each request for a short period. I would hope ther...
Spring Security WebFlux OAuth2 WebClient Authentication in grant client_credentials uses the same token from HTTP Server Request context
2025-01-18 05:40:06
12231
SummaryWebFlux OAuth2 WebClient Authentication in grant_type client_credentials uses the same token from HTTP Server Req...
Spring Security where is the spring-security-openid sample
2025-01-18 05:40:03
606
where is the spring-security-openid sample? It can be instead of spring-social?Comment From: rwinchAll of the samples a...
Spring Security how to get HttpServletRequest Body data multiple times?
2025-01-18 05:40:01
7868
SummaryIn my app,I want do more granular authentication In AccessDecisionManager By HttpServletRequest Body data.But Htt...
Spring Security Multi-tenancy support for OAuth2
2025-01-18 05:39:58
3764
SummaryToday, it isn't clear how to best configure Spring Security to support a multi-tenant OAuth2 client.Here is an ex...
Spring Security Basic auth header without user results in exception
2025-01-18 05:39:55
705
SummaryWhen providing a basic auth header without any user/password combination an java.lang.StringIndexOutOfBoundsExcep...
Spring Security NPE thrown when token response contains a null value
2025-01-18 05:39:53
1502
SummaryI have to process a token response containing a null value for the scope key, which fails with a NullPointerExcep...
上一页
下一页
1
…
715
716
717
718
719
…
2246
.