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
Marcus Da Coregio
a6e0f60def
Update java-configuration:hello-security to use Spring 6
...
Issue gh-46
2021-12-10 10:47:02 -03:00
Eleftheria Stein
75f86c51ec
Update java-configuration:hello-security-explicit to use Spring 6
...
Issue gh-46
2021-12-10 10:47:02 -03:00
Marcus Da Coregio
fe037cf4d7
Remove usage of WebSecurityConfigurerAdapter
...
Switch to expose a SecurityFilterChain Bean
Closes gh-52
2021-12-10 10:39:08 -03:00
Marcus Da Coregio
b2ec34de55
Update CI workflow to run with Java 17
2021-12-06 10:16:27 -03:00
Marcus Da Coregio
91a69b36f9
Migrate java-configuration:data sample to new major version
...
Spring Security 6.0.0-SNAPSHOT, SpringFramework 6.0.0-SNAPSHOT, Hibernate-core 6.0.0.Beta2
2021-12-06 10:05:41 -03:00
Marcus Da Coregio
7b653aab91
Upgrade kotlin plugin version and jvm target
2021-12-03 11:45:10 -03:00
Marcus Da Coregio
a43cbcab41
Upgrade to Gradle 7.3
2021-12-03 11:35:39 -03:00
Marcus Da Coregio
6a60e655e3
Update to JDK 17
...
Issue gh-46
2021-12-03 11:17:41 -03:00
Josh Cummings
ca32d8e45d
Update authorizeHttpRequests
...
Closes gh-49
2021-11-10 10:20:09 -07:00
Josh Cummings
3a58daf55d
Update HttpSecurity Formatting
2021-11-10 09:42:09 -07:00
Marcus Da Coregio
3a4eec6eda
Add SAML 2.0 Metadata Refresh Sample
...
Closes gh-2
2021-11-02 20:31:15 -03:00