Nineya
Home
Blog
软著申请
Spring Security how to use one project access token in another project in spring boot
2025-01-18 06:23:05
752
Hi,I need some assist in authentication. let me explain my query.user registration and login and some other stuffs are i...
Spring Security Disable/Enable SSL self-signed certification validation
2025-01-18 06:23:02
481
Expected BehaviorDisable / Enable the internal request SSL certification validation by configuration.Current BehaviorI c...
Spring Security Use var for Java when same documentation page uses val for Kotlin
2025-01-18 06:22:59
1092
Documentation uses old java 8 style and for code samples and at same time uses Kotlin val style.Here is an example Java...
Spring Security When using OIDC, issuer is taken from issuer-uri instead of .well-known/openid-configuration
2025-01-18 06:22:56
1571
Steps to reproduceEnter a correct issuer-uri in application.properties. Spring is able to connect to the .well-known/ope...
Spring Security Fix custom marshaller example
2025-01-18 06:22:54
144
Backport of https://github.com/spring-projects/spring-security/pull/9408Comment From: jzheauxClosed via 27e6743fd6c675bf...
Spring Security Spring Webflux : Avoid reauthentication in Basic
2025-01-18 06:22:51
1314
When using spring security with spring webflux, the authenticationmanager is called everytime.I am expecting spring secu...
Spring Security Constrain Nimbus dependencies to compatible majors
2025-01-18 06:22:48
457
Currently, Spring Security selects the latest oauth2-oidc-sdk and nimbus-jose-jwt dependencies. This can create issues w...
Spring Security Support multiple authentication steps for MFA
2025-01-18 06:22:46
998
Hello,I want to implement multi factor authentication in my web application using spring security, so I need to make the...
Spring Security Remove notEmpty check for authorities in DefaultOAuth2User
2025-01-18 06:22:34
3762
Describe the bugCurrently, DefaultOAuth2User constructor has a check to make sure that authorities parameter is not empt...
Spring Security Authentication is not ignored for csrf protection. Makes csrf security impossible for protected resources.
2025-01-18 06:22:31
3535
Describe the bugWe have an issue with our current setup: We migrated our spring oauth 2 security configuration to the la...
Spring Security ConcurrentSessionControlAuthenticationStrategy.allowableSessionsExceeded set the latest session to invalid, is this a bug?
2025-01-18 06:22:29
1533
Describe the bugIn Spring security 5.1.11.RELEASE, the allowableSessionsExceeded int maximumSessionsExceededBy = ses...
Spring Security Explain more about .headers().frameOptions().disable() and its impact
2025-01-18 06:22:25
1205
Expected BehaviorGet a detailed information about when use and how works and the impact of other security settings when ...
Spring Security Doc - why is the password in User non null
2025-01-18 06:22:22
2845
cleaning up our custom implementation of UserDetails based on the User implementation, I noticed that User throws an err...
Spring Security Wrong example name in Spring Security documentation
2025-01-18 06:22:17
147
I have found that there's a wrong example name in the current documentation of Spring Security. I think it has been copy...
Spring Security Is not possible build Spring Security: java.lang.IllegalStateException: Could not load file 'etc/nohttp/allowlist.lines'
2025-01-18 06:22:11
4049
Describe the bug [Problem]Is not possible Build Spring SecurityTo ReproduceIn MacOS and Windows I have the following sit...
Spring Security OAuth2 Token Revocation Support
2025-01-18 06:17:57
7551
Expected BehaviorSupport OAuth2 Token Revocation, either by properties (spring.security.oauth2.client.provider.{provider...
Spring Security Introduce JdbcTokenStore
2025-01-18 06:17:54
1007
Expected BehaviorIntroduce JdbcTokenStore, as the one in Spring Security OAuth 2.xCurrent BehaviorMissing way to cache t...
Spring Security Remove private BearerTokenAuthenticationWebFilter
2025-01-18 06:17:51
125
Now that AuthenticationWebFilter handles AuthenticationExceptions, BearerTokenAuthenticationWebFilter is no longer neces...
Spring Security How to keep static resource requests out of the filter on Spring Security WebFlux Reactive Application
2025-01-18 06:17:44
3516
I understand the following on the spring security servlet application:@Overridepublic void configure(WebSecurity web) th...
Spring Security Migrate SAML 2.0 Samples to Use PCFOne
2025-01-18 06:17:41
205
Our sample SAML 2.0 IDP has moved from PWS to PCFOne. The samples should be updated accordingly.Note that this should be...
上一页
下一页
1
…
682
683
684
685
686
…
2246
.