Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pull requests: spring-projects/spring-security

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Mark GrantedAuthority#getAuthority as @Nullable in: core An issue in spring-security-core type: enhancement A general enhancement
#18014 by therepanic was merged Oct 20, 2025 Loading... updated Oct 20, 2025 7.0.0
Allow multiple ServerLogoutHandler instances in ServerHttpSecurity in: config An issue in spring-security-config status: feedback-provided Feedback has been provided type: enhancement A general enhancement
#17381 by blake-bauman was merged Sep 5, 2025 Loading... updated Oct 7, 2025 7.0.0-M3
Add password4j implementation of PasswordEncoder in: crypto An issue in spring-security-crypto type: enhancement A general enhancement
#17825 by mehrdadbozorgmehr was merged Sep 15, 2025 Loading... updated Sep 15, 2025 7.0.0-M3
Add AuthorizationManagerFactory in: core An issue in spring-security-core type: enhancement A general enhancement
#17673 by sjohnr was merged Sep 9, 2025 Loading... updated Sep 15, 2025 7.0.0-M3
Align NimbusJwtDecoder HTTP timeout defaults with Nimbus by setting to 500ms in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) status: feedback-provided Feedback has been provided type: enhancement A general enhancement
#17669 by frido37 was merged Sep 2, 2025 Loading... updated Sep 2, 2025 7.0.0-M3
Add option to disable anonymous authentication in RSocketSecurity in: rsocket status: feedback-provided Feedback has been provided type: enhancement A general enhancement
#17159 by therepanic was merged Aug 26, 2025 Loading... updated Aug 26, 2025 7.0.0-M3
Fix traceId discrepancy in case error in servlet web in: web An issue in web modules (web, webmvc) type: bug A general bug
#17134 by nkonev was merged Aug 22, 2025 Loading... updated Aug 22, 2025 6.4.10
Improve authoritiesClaimName validation in JwtGrantedAuthoritiesConverter in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
#17247 by chanbinme was merged Aug 13, 2025 Loading... updated Aug 13, 2025 7.0.0-M2
Add ExpressionTemplateValueProvider in: core An issue in spring-security-core status: feedback-provided Feedback has been provided type: enhancement A general enhancement
#17448 by mheath was merged Aug 5, 2025 Loading... updated Aug 7, 2025 7.0.0-M2
Remove shouldFilterAllDispatcherTypes in: config An issue in spring-security-config status: feedback-provided Feedback has been provided type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
#17505 by kse-music was merged Jul 14, 2025 Loading... updated Jul 14, 2025 7.0.0-M1
Use LdapName instead of DistinguishedName in: ldap An issue in spring-security-ldap type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
#17325 by therepanic was merged Jul 7, 2025 Loading... updated Jul 7, 2025 7.0.0-M1
Remove Nimbus(Reactive)OpaqueTokenIntrospector in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
#17326 by ngocnhan-tran1996 was merged Jul 3, 2025 Loading... updated Jul 4, 2025 7.0.0-M1
Remove RelyingPartyRegistration deprecations in: saml2 An issue in SAML2 modules type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
#17329 by ngocnhan-tran1996 was merged Jul 3, 2025 Loading... updated Jul 4, 2025 7.0.0-M1
Remove JwtIssuer(Reactive)AuthenticationManagerResolver deprecations in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
#17327 by ngocnhan-tran1996 was merged Jun 24, 2025 Loading... updated Jun 25, 2025
Remove AbstractSecurityWebSocketMessageBrokerConfigurer in: config An issue in spring-security-config status: waiting-for-triage An issue we've not yet triaged type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
#17328 by ngocnhan-tran1996 was merged Jun 24, 2025 Loading... updated Jun 25, 2025 7.0.0-M1
Update document regarding Stream usage in: docs An issue in Documentation or samples type: enhancement A general enhancement
#17219 by ngocnhan-tran1996 was merged Jun 20, 2025 Loading... updated Jun 21, 2025 7.0.0-M1
OAuth2Login DSL should support post-processing AuthenticationProvider implementations in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: bug A general bug
#17176 by fkowal was merged Jun 20, 2025 Loading... updated Jun 20, 2025 6.5.2
NimbusJwtEncoder should simplify constructing with javax.security Keys in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
#17033 by surajbh123 was merged Jun 17, 2025 Loading... updated Jun 18, 2025 7.0.0-M1
Send saml logout response even when validation errors happen in: saml2 An issue in SAML2 modules type: enhancement A general enhancement
#14676 by 1livv was merged Jun 9, 2025 Loading... updated Jun 16, 2025 7.0.0-M1
Replace deprecated #check calls with #authorize in: core An issue in spring-security-core type: enhancement A general enhancement
#16965 by evgeniycheban was merged Jun 12, 2025 Loading... updated Jun 12, 2025 7.0.0-M1
Add JdbcAssertingPartyMetadataRepository in: saml2 An issue in SAML2 modules type: enhancement A general enhancement
#17077 by wapkch was merged Jun 12, 2025 Loading... updated Jun 12, 2025 7.0.0-M1
Fix inconsistent constructor declaration for ReactiveAuthorizationManagerMethodSecurityConfiguration in: config An issue in spring-security-config type: bug A general bug
#17197 by damable-nuvolex was merged Jun 5, 2025 Loading... updated Jun 5, 2025 6.4.7
Add BearerTokenAuthenticationConverter in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
#14791 by franticticktick was merged Jun 5, 2025 Loading... updated Jun 5, 2025 7.0.0-M1
Remove GET request support from Saml2AuthenticationTokenConverter in: saml2 An issue in SAML2 modules type: enhancement A general enhancement
#17108 by ngocnhan-tran1996 was merged Jun 3, 2025 Loading... updated Jun 4, 2025 7.0.0-M1
Include UsernameNotFoundException in BadCredentialsException in: core An issue in spring-security-core type: enhancement A general enhancement
#16512 by big-cir was merged Jun 2, 2025 Loading... updated Jun 3, 2025 7.0.0-M1
Previous 1 3 4 5 16 17
Previous
ProTip! no:milestone will show everything without a milestone.

AltStyle によって変換されたページ (->オリジナル) /