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
Marcus Da Coregio
ddc0da6ce8
Use GA versions
2023-01-26 16:37:04 -03:00
Marcus Da Coregio
b7c13cb600
Disable SAML2 integration tests
...
Issue gh-111
2022-12-15 11:12:52 -03:00
Marcus Da Coregio
5f1b56bb9d
Update Gradle to 7.5.1
...
Issue gh-106
2022-11-23 10:55:26 -03:00
Marcus Da Coregio
9f8f7ff088
Use Servlet API 6.0
...
Closes gh-100
2022-11-07 08:47:05 -03:00
Marcus Da Coregio
4b076d737e
Fix test failing on CI
2022-11-07 08:13:50 -03:00
Marcus Da Coregio
fbe7baec45
Add SAML 2.0 sample using SAML Extension's endpoints
...
Closes gh-76
2022-11-04 11:44:42 -03:00
Marcus Da Coregio
1aa3d010fa
Use th:replace
2022-10-24 09:59:41 -03:00
Marcus Da Coregio
e53ce64d9e
Revert "Temporarily disable failing tests"
...
This reverts commit 4638e1e428 .
2022-10-24 09:39:32 -03:00
Marcus Da Coregio
1a6352ff1a
Use Spring Authorization Server SNAPSHOTs
2022-10-24 09:39:14 -03:00
Marcus Da Coregio
dd8ecd241c
Revert "Temporarily remove authorization-server sample"
...
This reverts commit c68696343a .
2022-10-24 09:28:00 -03:00
Joe Grandja
4638e1e428
Temporarily disable failing tests
2022-10-14 07:00:09 -04:00
Joe Grandja
32d57330a2
RequestMatcherDelegatingAuthorizationManager requires mapping
...
Related https://github.com/spring-projects/spring-security/issues/11958
2022-10-14 06:26:53 -04:00
Marcus Da Coregio
c68696343a
Temporarily remove authorization-server sample
...
Issue gh-97
2022-10-11 09:15:02 -03:00
Marcus Da Coregio
80e8f9a683
Use ignoringRequestMatchers
...
Issue gh-96
2022-10-10 08:00:16 -03:00
Marcus Da Coregio
456419bff0
Use requestMatchers
...
Closes gh-96
2022-10-07 15:35:14 -03:00
Marcus Da Coregio
92e7c69e19
Use Micrometer SNAPSHOT in custom-user sample
2022-10-07 11:07:53 -03:00
Marcus Da Coregio
b8330fe102
Use Micrometer SNAPSHOT in MFA sample
2022-10-07 10:50:17 -03:00
Josh Cummings
4d4d58d8f4
Use Micrometer SNAPSHOTs
2022-10-06 22:53:45 -06:00
Josh Cummings
11be60357e
Update rSocket hello-security to SNAPSHOTs
2022-10-06 17:27:41 -06:00
Josh Cummings
696a406447
Update <http> definition
...
Issue gh-9%
2022-10-06 10:58:29 -06:00
Marcus Da Coregio
b875825531
Use Ant Matcher in Contacts sample
2022-10-06 10:35:21 -03:00
Marcus Da Coregio
6e6ec5845e
Fix imports
2022-09-23 08:26:00 -03:00
Marcus Da Coregio
70891cd497
Add more information for SAML2 tests failure
2022-09-22 15:55:47 -03:00
Marcus Da Coregio
738463be8c
Wait for background javascript after SAML 2.0 Logout
2022-09-19 08:47:46 -03:00
Marcus Da Coregio
26b20435c7
Add Gradle Enterprise plugin
...
Issue gh-94
2022-09-16 08:52:31 -03:00
Marcus Da Coregio
0d2c94c1d8
Accept gradle Terms of Service
...
Issue gh-94
2022-09-16 08:52:31 -03:00
Marcus Da Coregio
13c2ee4dd7
Add new task that runs all subproject's tests
2022-09-16 08:52:30 -03:00
Marcus Da Coregio
db4ff2eb77
Add milestone repository to SAML 2.0 XML sample
2022-09-14 13:39:03 -03:00