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

#### Inquiry about the `HiddenHttpMethodFilter` configuration in the `hello-mvc-security` example project Hello, In the `hello-mvc-security` example project, to use the HiddenHttpMethodFilter correctly, wouldn’t it be better to place this filter...

https://github.com/spring-projects/spring-security-samples/blob/4aa638808e1b5104bf56d768d76903f9666d345f/servlet/spring-boot/java/jwt/login/src/main/java/example/RestConfig.java#L55 When I run this part of the code using a generated Jar, it can not found the key file

Simply remove the second factor part from `mfaWhenWrongCodeThenRedirects` and the test fails: ``` @Test void mfaWhenSecondFactorSkippedThenRedirects() throws Exception { // @formatter:off MvcResult result = this.mockMvc.perform(formLogin() .user("[email protected]") .password("password")) .andExpect(redirectedUrl("/second-factor")) .andReturn(); HttpSession...

Fix the copy in index.html to use the correct "Your" when telling the user "Your email address is..."

Can there be some complete examples of using Spring Security in combination with Spring Authorization Server, covering all modes, such as client_ credentials, authorization_ code, jwt bearer, I tried client_...

Continuing from: https://github.com/spring-projects/spring-security/issues/10551 https://github.com/spring-projects/spring-security-saml/issues/521#issuecomment-1042375537 One Relying Party (Service Provider) should be able to authenticate with a choice of Asserting Parties (Identity Providers). That's the basic SAML Federation system. If this...

\spring-security-samples\servlet\spring-boot\java\oauth2\login\src\main\java\example\filter\LoopbackIpRedirectFilter.java Should not be configured: if (request.getServerName().equals("localhost") && request.getHeader("host") != null) { UriComponents uri = UriComponentsBuilder.fromHttpRequest(new ServletServerHttpRequest(request)) .host("127.0.0.1").build(); response.sendRedirect(uri.toUriString()); return; } In the oauth2 of Google login and GitHub login,...

When get the project with zip and running the command `./gradlew :spring-security-samples-boot-saml2login:bootRun` there are an error: `Could not GET 'https://repo.spring.io/plugins-snapshot/org/apache/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom'. Received status code 401 from server: Unauthorized`. If we go...

status: waiting-for-triage