Spring Security deprecated api in sample

Summaryuse deprecated method User#withDefaultPasswordEncoder() in sample projectExpected Behaviormodify that sampleVersi...

Spring Security Allow header returned by calling endpoint with OPTIONS method should vary depending on specified security

SummaryOPTIONS header does not take user access into account to fill in Allow header in response.Actual BehaviorFrom the...

Spring Security DefaultTokenServices#loadAuthentication equivalent for spring-security

SummaryCan't find equivalent for https://github.com/spring-projects/spring-security-oauth/blob/master/spring-security-oa...

Spring Security Replace VersionsResourceTasks with WriteProperties

SummaryVersionsResourceTasks wrote a date comment which prevented this fromproducing the same result and caused misses i...

Spring Security Improve Build Performance

SummaryThere are a number of things we can do to improve our builds performance. Enable parallel buildsRemove cleanRemov...

Spring Security SEC-2470: SessionFixationProtectionStrategy should migrate maxInactiveInterval

Dan Dormont (Migrated from SEC-2470) said:When SessionFixationProtectionStrategy creates a new HTTPSession based on an e...

Spring Security NimbusJwtDecoderJwkSetUriBuilder should discover supported algorithms

Related to #6883 When NimbusJwtDecoder#withJwkSetUri is invoked, the builder assumes RS256 if no algorithm is specified....

Spring Security @RegisteredOAuth2AuthorizedClient should support upgrading scopes

SummaryA @RegisteredOAuth2AuthorizedClient should be able to have the scopes necessary to make a particular request. If ...

Spring Security Dynamic OAuth Scopes?

SummaryEnsure we can support a flow with dynamic OAuth scopes. For example, perhaps an application lets the user choose ...

Spring Security WebClient support should delete access tokens if they fail

SummaryWebClient support should delete access tokens if they failComment From: jgrandjaThis has been solved via #7840 #7...

Spring Security Provide spring-security-5*.xsd for https://www.springframework.org/schema/security/

SummaryThe Spring Security 5 XSDs are missing from https://www.springframework.org/schema/security/Expected BehaviorThey...

Spring Security Impact of Microsoft Security Advisory ADV190023 (LDAP channel binding and LDAP signing)

SummaryMicrosoft recently published an advisory to enable LDAP channel binding and LDAP signing: https://portal.msrc.mic...

Spring Security Tomcat 8.0.33 crashing with spring security

A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at pc=0x00007f5e79885cb8, pid=3364, tid=0x...

Spring Security Page is accessible from one server but not from another

We have upgraded a project from Spring Security 3 to Spring Security 5 recently. There is a page which should be accessi...

Spring Security Need byte[] parameter in Bcrypt.checkpw() method

SummaryNeed byte[] parameter type for Bcrypt.checkpw method. Currently, this method is only accepting string as the para...

Spring Security Update to Jetty 9.4.22.v20191022

See issue https://github.com/eclipse/jetty.project/issues/4141Running on java 12 + spring security 5.1.6 + jetty 9.4.21 ...

Spring Security Consider authorize again when re-authorize fails

Even if context has a valid refresh token, if the authentication server revokes the token or times out, the refresh toke...

Spring Security Google's top result for "Spring Security Reference" returns a 404

At the time of logging this issue, googling for "Spring Security Reference" returns a top result of:https://docs.spring....

Spring Security Is the oauth2login really using the accesstoken in a secure way?

In OAuth2LoginReactiveAuthenticationManager the following is stated in the comments.This {@link org.springframework.secu...

Spring Security OAuth2 loses client_id when authorizing request

I found a bug in com.nimbusds.oauth2.sdk, the client_id parameter was not passed in during the Authorization Requestclie...
上一页 下一页
.