spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Spring Security

Results 621 spring-security issues
Sort by recently updated
recently updated
newest added

**Describe the bug** auth_time claim doesn't show the time of the original authentication. But the time when session was updated. **To Reproduce** Log in using the authorization code grant. Request...

type: bug
in: oauth2

**Describe the bug** I am opening a new issue, because it looks like my last comment on the already closed https://github.com/spring-projects/spring-authorization-server/issues/2183 did not reach its audience. My use-case is, in...

type: enhancement
in: oauth2

**Describe the bug** Due to the deprecation of MvcRequestMatcher, its replacement 'PathPatternRequestMatcher' requires to know the servlet path(s) beforehand. In my usecase i cannot know this. **To Reproduce** 1. Have...

in: web
type: bug
status: feedback-provided

**Expected Behavior** The default behaviour of the `AuthenticationSuccessHandler` and `AuthenticationFailureHandler`s should be acessible, so that they can be extended and/or composed without having to copy-paste them from the current source...

type: enhancement
in: oauth2

**Expected Behavior** The `expires_in` parameter in the PAR endpoint should be configurable via configuration properties or the DSL, allowing users to set the expiration duration based on their needs. **Current...

type: enhancement
in: oauth2

**Describe the bug** When using Spring Security 7.0.0-M3 and defining a `ReactiveUserDetailsService` the application fails to start with error `java.lang.IllegalArgumentException: userDetailsPasswordService cannot be null` **To Reproduce** - start.spring.io and generate...

status: waiting-for-triage
type: bug

Fix: Corrected class name inconsistency in password-storage.adoc example

status: waiting-for-feedback
in: docs
type: bug

Directives should be Directive `HeaderWriterLogoutHandler clearSiteData = new HeaderWriterLogoutHandler(new ClearSiteDataHeaderWriter(Directives.ALL))`

status: waiting-for-triage

See GH-17563 Adds API key authentication support. Key components include the following: - `ApiKei` is a data model consisting of ID and secret parts. `ApiKey` provides method for generating new...

status: waiting-for-triage

Currently, the doExecute method in spring−security−kerberos−client always wraps exceptions in a RestClientException. This unnecessarily complicates exception handling for HTTP status errors and other exceptions. This change modifies the behavior to...

status: waiting-for-triage