Spring Security Consider RsaKeyConverters.x509 reading certificates

When passing an InputStream that begins -----BEGIN PUBLIC KEY-----, RsaKeyConverters.x509 will convert this into a publi...

Spring Security Repo clone always modify gradlew.bat on linux

Doing a git clone results modified gradlew.bat which might be due to changes in .gitattributes:08:59 $ git clone git@git...

Spring Security Use the new springFrameworkVersion property in docs' links

Expected BehaviorThe documentation's link should use the new springFrameworkVersion to point to specific reference and A...

Spring Security Consider adding springFrameworkVersion property

We should be able to access the springFrameworkVersion property in the project, like we have with springBootVersion. Thi...

Spring Security SAML2 API docs are not being deployed

The API links in the SAML2 docs are broken. When trying to access the API docs for RelyingPartyRegistration or RelyingPa...

Spring Security Migrate JUnit 4 to 5

To take in advantage all the features of JUnit 5. Would be considered a migration/upgrade?Only two kotlin files works wi...

Spring Security The default initialization vector size of the AesBytesEncryptor should be 12 bytes for GCM

SummaryWhen trying to decrypt data with Node.js (AES256, GCM), I realized the initialization vector was of 12 bytes whil...

Spring Security Spring Security Oauth2;The authorization page has no authorization options?

version:2.3.4.Looking at the source code, we find that this is caused by the different behaviors defined by the two clas...

Spring Security ServerHttpSecurity Kotlin DSL should accept a ReactiveAuthenticationManager

Similar to the Java DSL, the Kotlin ServerHttpSecurityDsl should accept a ReactiveAuthenticationManager.http { authen...

Spring Security Remove PowerMock Dependency

PowerMock does not have a GA release that is compatible with JDK 12, nor is one currently planned.Let's convert tests th...

Spring Security OpaqueToken Kotlin DSL should accept an AuthenticationManager

The structure should look like thishttp { oauth2ResourceServer { opaqueToken { authenticationManage...

Spring Security JWT Kotlin DSL should accept an AuthenticationManager

The structure should look like thishttp { oauth2ResourceServer { jwt { authenticationManager = Prov...

Spring Security Task 'install' not found in root project 'spring-security'

According with the Install all spring-* jars into your local Maven cache sectionit indicates: ./gradlew installIn two di...

Spring Security HttpSecurity DSL should accept an AuthenticationManager

Similar to the reactive side, the HttpSecurity DSL should accept an AuthenticationManager.The configuration would look l...

Spring Security What are some good ways to handle dynamic refresh permissions in "security"

What are some good ways to handle dynamic refresh permissions in "security"?Sometimes there is a need to dynamically upd...

Spring Security Align JWT Testing Documentation

The SecurityMockMvcRequestPostProcessors and SecurityMockServerConfigurers references contain a section for each OAuth 2...

Spring Security AuthenticationWebFilter throws an IllegalStateException when an AuthenticationManager returns empty

I don't understand why AuthenticationWebFilter throws an IllegalStateException when an empty authentication results afte...

Spring Security Introduce samplesBranch property

Related #9986 ContextFor each version of Spring Security to be able to point to the right Spring Security Samples branch...

Spring Security OAuth2 client doesn't update token when refresh of token had failed

Describe the bugWe're using Spring security OAuth2 client with grant type password. It uses both access_token and refres...

Spring Security Id Token validation error

ID Token RFCazpOPTIONAL. Authorized party - the party to which the ID Token was issued. If present, it MUST contain the ...
上一页 下一页
.