Commit Graph

202 Commits

Author SHA1 Message Date
Marcus Da Coregio
49f2abdf4c Add milestone repository to SAML 2.0 XML sample 2023-02-23 10:06:35 -03:00
Marcus Da Coregio
3d2a5be908 Revert "Add Gradle Enterprise plugin"
This reverts commit b047d4f7ff.
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
c263acb2b7 Revert "Accept gradle Terms of Service"
This reverts commit 44c9bd050f.
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
dfbfe21a9d Add Gradle Enterprise plugin
Issue gh-94
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
ba6fb8c46b Accept gradle Terms of Service
Issue gh-94
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
b906011b73 Update htmlunit-driver version 2023-02-23 10:06:35 -03:00
Marcus Da Coregio
3440a93f7e Polish :saml2:login sample 2023-02-23 10:06:34 -03:00
Steve Riesenberg
0186bbb1a1 Update to Spring Authorization Server 1.0.0-M1 2023-02-23 10:06:34 -03:00
Steve Riesenberg
4531a7dd92 Update Spring Authorization Server sample to Spring Boot 2.7.2 2023-02-23 10:06:34 -03:00
Steve Riesenberg
336b7ae2db Update to Spring Authorization Server 0.3.1 2023-02-23 10:06:34 -03:00
Rob Winch
ec90cf3102 Remove remoting from contacts sample
Closes gh-90
2023-02-23 10:06:34 -03:00
Rob Winch
a39b3d36bb Revert "Remove contacts sample"
This reverts commit c0d5ff70fc.
2023-02-23 10:06:34 -03:00
Rob Winch
4b86421689 Remove contacts sample
It uses HttpInvokerServiceExporter which has been removed from Spring Framework
2023-02-23 10:06:34 -03:00
Rob Winch
8617b13fc0 Add Missing @Configuration @Enable* 2023-02-23 10:06:19 -03:00
Joshua Sattler
95d9bdfaad Add @Configuration on @Enable*-annotated classes 2023-02-23 10:06:19 -03:00
Josh Cummings
6b78d6ed7a Use url instead of response-url 2023-02-23 10:06:19 -03:00
Marcus Da Coregio
02b657c503 Fix command to run Spring Boot SAML2 samples 2023-02-23 10:06:19 -03:00
Josh Cummings
94b3c22cc9 Simplify Saml2 Login Sample 2023-02-23 10:06:05 -03:00
Josh Cummings
4b3289a9c8 Update Dependencies for Saml2 Login Sample 2023-02-23 10:05:47 -03:00
Marcus Da Coregio
2144da3825 Update org.hibernate.orm:hibernate-core to 6.1.1.Final 2023-02-23 10:05:47 -03:00
Marcus Da Coregio
46c8bd0607 Update gretty for java-configuration:saml2-login sample
Issue gh-81
2023-02-23 10:05:47 -03:00
Josh Cummings
b7f56be47a Update Kotlin Hello Security to Boot 3.0.0-SNAPSHOT 2023-02-23 10:05:47 -03:00
Steve Riesenberg
958367046d Update to Spring Authorization Server 0.2.3 2023-02-23 10:05:47 -03:00
Rob Winch
6328cae908 Remove Deprecated Local*Port 2023-02-23 10:05:47 -03:00
Marcus Da Coregio
60b1f3b720 Add init script to be used in Spring Security CI
Issue https://github.com/spring-projects/spring-security/issues/10344
2023-02-23 10:05:47 -03:00
cammorris
2780f5cb45 make favicon public
Even though the resource doesn't exist, chrome (and probably other browsers) will request the favicon after requesting the "second-factor" page.  Requests for the favicon prevented proceeding past the second-factor page and never hitting the POST to "second-factor".  Instead, the sample prompts for the username, again.

Exposing favicon (even though it doesn't exist) resolves the issue.
2023-02-23 10:05:47 -03:00
Steve Riesenberg
f97ff6113d Add gradle wrapper
Closes gh-51
2023-02-23 10:05:46 -03:00
Eleftheria Stein
b9f8285456 Align asserting party property with Spring Boot
Closes gh-74
2023-02-23 10:05:46 -03:00
Marcus Da Coregio
37d61235ad Require explicit save false in MFA sample 2023-02-23 10:05:46 -03:00
Marcus Da Coregio
c70d2c883a Use asserting-party in Spring Boot SAML config 2023-02-23 10:05:46 -03:00
Eleftheria Stein
d1aa4ea3bd Update samples to Spring Boot 3.0.0-SNAPSHOT
Closes gh-69
2023-02-23 10:05:46 -03:00
Eleftheria Stein
8b94427b44 Update to Gradle 7.4
Closes gh-70
2023-02-23 10:05:46 -03:00
Josh Cummings
88f886e646 Simplify SAML configuration 2022-03-31 12:51:40 -06:00
Marcus Da Coregio
cb4bd098e3 Re-enable SAML 2.0 samples with Okta IdP
Closes gh-55
2022-03-23 10:18:48 -03:00
Marcus Da Coregio
bce2126fd1 Update samples to use Spring Security 6
Issue gh-46
2022-03-23 10:14:39 -03:00
Marcus Da Coregio
545ffedea3 Fix Spring Security version on SAML 2.0 Login Logout XML Sample
Issue gh-57
2022-03-10 13:25:00 -03:00
Marcus Da Coregio
55e14fcb86 SAML 2.0 Login & Logout XML Sample
Issue gh-57
2022-03-10 12:20:14 -03:00
Marcus Da Coregio
57c0b8a4c4 Switch remaining jcenter() to mavenCentral() 2022-01-17 12:44:01 -03:00
Marcus Da Coregio
3dd832f99f Switch from jcenter() to mavenCentral() 2022-01-17 12:26:21 -03:00
Steve Riesenberg
e995914653 Add milestone repository
Closes gh-58
2022-01-17 11:50:45 -03:00
Josh Cummings
a4cef77512 Add milestone repository 2022-01-03 17:24:50 -07:00
Marcus Da Coregio
c5a2162b07 Remove remaining usage of WebSecurityConfigurerAdapter 2021-12-15 09:32:05 -03:00
Eleftheria Stein
f1c448becc Temporarily disable tests on SAML2 samples
Issue gh-55
2021-12-13 17:39:25 +01:00
Eleftheria Stein
dec2e57170 Prevent gradle cache on tests
Closes gh-54
2021-12-13 17:39:12 +01:00
Marcus Da Coregio
070916cbcd Increase timeout for WebTestClient
Sometimes the tests fail with the message Timeout on blocking read for 5000000000 NANOSECONDS
2021-12-10 14:29:54 -03:00
Marcus Da Coregio
15adedbf87 Fix broken links
Issue gh-53
2021-12-10 14:14:40 -03:00
Marcus Da Coregio
7058a3592c Fix broken links in README
Closes gh-53
2021-12-10 14:14:37 -03:00
Marcus Da Coregio
2a9a874d41 Update servlet:xml:contacts to use Spring 6
Issue gh-46
2021-12-10 13:44:27 -03:00
Marcus Da Coregio
7d80162ab9 Update servlet:xml:dms to use Spring 6
Issue gh-46
2021-12-10 13:38:35 -03:00
Marcus Da Coregio
f4afba567a Update xml:helloworld sample to use Spring 6
Issue gh-46
2021-12-10 13:38:02 -03:00