Nineya
Home
Blog
软著申请
Spring Security SAML2: Only first login / logout binding from provided idp metadata is used
2025-01-18 08:23:11
5818
When using the IDP metadata for configuration by RelyingPartyRegistrations#fromMetadataLocation the OpenSamlMetadataAsse...
Spring Security [missing_user_info_uri] Missing required UserInfo Uri in UserInfoEndpoint for Client Registration: xxxx
2025-01-18 08:23:08
3278
SummaryAs part of spring-boot-starter-oauth2-client, came across an error where even openid scope has been specified, ap...
Spring Security Support for OIDC (JWT/id token) to an existing Java Spring application using SAML2.0
2025-01-18 08:23:05
5446
SummaryI have configured Spring Security with SAML2 (SP Initiated) and OAuth2 Client implementation for user authenticat...
Spring Security Property expiredUrl of SessionManagement is not handled correctly
2025-01-18 08:23:01
4720
Spring Boot SecurityProperty expiredUrl of SessionManagement is not handled correctlyActual BehaviorThis situation is ve...
Spring Security Deprecate AbstractConfiguredSecurityBuilder#apply that returns SecurityConfigurerAdapter
2025-01-18 08:22:58
117
With the addition of the .with() method, we can now deprecate the .apply() and guide users how to migrate to .with().
Spring Security ClientAuthenticationMethod not support Oauth2.0 tls_client_auth and self_signed_tls_client_auth method
2025-01-18 08:22:55
608
Expected Behaviorin the spring-security-oauth2-core project, the class of ClientAuthenticationMethod support Oauth2.0 t...
Spring Security Add with() method to apply Custom DSLs returning the builder
2025-01-18 08:22:53
2811
Given that and() is stated for removal, does it mean that in the future, I cannot chain the HttpSecurity?// not possible...
Spring Security Spring Security 6 combined with AspectJ weaving of spring-security-aspects executes PreAuthorize twice
2025-01-18 08:22:44
1860
Describe the bugWe just updated Spring Security to version 6 in our project , and replaced the @EnableGlobalMethodSecuri...
Spring Security SPA oauth2 through spring security
2025-01-18 08:22:41
3288
When dealing with spring security I was never able to find a way to use an SPA (say angular) to initiate a oauth2 login ...
Spring Security Next generation idea for spring security by using automation
2025-01-18 08:22:37
1021
Hello, All.I have an idea for spring security.We can all agree that there are many confusing options in Spring Security....
Spring Security SEC-2939: Redis-backed PersistentTokenRepository
2025-01-18 08:22:34
3580
Christopher Smith (Migrated from SEC-2939) said:Increasing numbers of applications aren't using SQL datastores at all (m...
Spring Security Automatically enable .cors() if CorsConfigurationSource bean is present
2025-01-18 08:22:30
2048
This would avoid Boot needing to add that to provide support for CORS out of the box.Comment From: andersonkyleIMHO enab...
Spring Security Use SecurityContextHolderStrategy in CasAuthenticationFilter
2025-01-18 08:22:27
345
The filter should use the SecurityContextHolderStrategy in its successfullAuthentication method instead of accessing the...
Spring Security Implementing Multiple Customizable URLs for Single Sign-On with Federated IdP in Spring Security SAML2
2025-01-18 08:22:24
2077
Our application's single sign-on works with a federated identity provider (IdP) where the IdP selection is based on quer...
Spring Security Simplify RequestMatcherDelegatingAuthorizationManager.Builder matcher registration
2025-01-18 08:22:22
892
It would be easier to use RequestMatcherDelegatingAuthorizationManager.Builder if it used builder methods similar to Mes...
Spring Security authorizeHttpRequests should consider GrantedAuthorityDefaults
2025-01-18 08:22:19
1996
We use a custom prefix for our roles (e.g. we want roles to be something like MYPREFIX_USER instead of ROLE_USER): @B...
Spring Security Add meta-annotation support for EnableMethodSecurity
2025-01-18 08:22:16
2653
Describe the bugAfter using the version Latest corresponding to Boot3 and opening the annotation @ EnableMethodSecurity,...
Spring Security Use AuthoritiesAuthorizationManager in Jsr250AuthorizationManager
2025-01-18 08:22:12
404
This would provide the same externalization benefit for @RolesAllowed as @Secured. It would also simplify configuring a ...
Spring Security Remove LazyCsrfTokenRepository usage
2025-01-18 08:22:09
455
CsrfConfigurer and CsrfBeanDefinitionParser use the deprecated LazyCsrfTokenRepository; however, this is no longer neces...
Spring Security Improve Security Filters Documentation
2025-01-18 08:22:05
978
Documentation at Security Filters leaves a lot of questions unanswered. Suggest that that section be enhanced by answeri...
上一页
下一页
1
…
581
582
583
584
585
…
2246
.