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

Results 90 spring-security-samples issues
Sort by recently updated
recently updated
newest added

Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.42 to 0.0.43. Release notes Sourced from io.spring.javaformat's releases. v0.0.43 :star: New Features Skip SpringLeadingWhitespace check in text blocks #421 Include MissingDeprecated in the default checks #420...

dependencies

We should at least use Dependabot for dependencies not managed by Spring Boot. This may show up differently in the Java Config and XML samples, since they don't use Spring...

**Current behavior:** Some samples (for example, the `servlet/spring-boot/java/oauth2/webclient` sample) are attempting to show a Spring Boot error page in certain scenarios, but instead show the login page when the user...

bug

It may be helpful to remove the Selenium dependency in the samples in favor of HtmlUnit. Here is a dependency listing for HtmlUnit: ``` +--- org.htmlunit:htmlunit:4.3.0 | +--- org.apache.httpcomponents:httpmime:4.5.14 |...

We can structure our samples so that they can be run independently of one another rather than having to import all the projects at once

Related to https://github.com/spring-projects/spring-security/issues/15467 It may be possible to configure Spring Authorization Server to return a JWT as part of the introspection endpoint. Given that, it would be nice to demonstrate...

enhancement

It seems that there is a significant issue regarding the compatibility of the Spring Security samples with XML configuration. Currently, the samples are not functioning as intended with the existing...

I tried to run the sample in `servlet/java-configuration/hello-security-explicit` on `Tomcat 10` and `Tomcat 11` . But no luck. It seems that `SecurityWebApplicationInitializer` is not called ( I am using maven...

I fail to pass through the second factor and third factor authentication in the [mfa module](https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/authentication/username-password/mfa) because in the both case the `MfaAuthentication authentication` is `null` Below is more detail...

Build a [FAPI](https://openid.net/wg/fapi/specifications/) (Financial-grade API) sample to demonstrate the necessary configuration based on the FAPI parts of the [OpenID Connect conformance tests](https://gitlab.com/openid/conformance-suite). This will help drive enhancements to Spring Security...