Josh Cummings
2f8a63dbe3
Use Federation Support
...
Closes gh-132
2023-04-26 10:33:05 -06:00
Marcus Da Coregio
84fcab1b0a
Reenable CAS tests
2023-03-23 11:05:39 -03:00
Marcus Da Coregio
5b86e45a83
Disable CAS tests
...
They are disabled for now to allow the Spring Security release to be made without problems, the problem related to the test infrastructure.
2023-03-20 11:33:38 -03:00
Marcus Da Coregio
4aa638808e
Update htmlunit to 2.70.0 for SAML samples
...
Older versions throw error when trying to modify the javascript
Closes gh-111
2023-03-09 09:51:00 -03:00
Marcus Da Coregio
8796e1600e
Fix test user for SAML samples
...
Closes gh-124
2023-03-08 14:43:42 -03:00
Marcus Da Coregio
d080723f5e
Reenable SAML2 tests
2023-03-08 14:22:39 -03:00
Marcus Da Coregio
f27d800bcf
Add CAS sample
...
Closes #125
2023-03-03 13:38:40 -03:00
Josh Cummings
c2957a3a2c
Format Federation Example
...
Issue gh-122
2023-02-28 10:06:34 -07:00
Josh Cummings
7ffe455088
Polish Federation Example
...
Issue gh-122
2023-02-28 07:20:28 -07:00
Josh Cummings
8dd6a32e82
Add Instructions for Running Sample
2023-02-23 15:00:44 -07:00
Josh Cummings
9f1bec08f0
Add Federation Example
...
Closes gh-122
2023-02-23 14:55:59 -07:00
Marcus Da Coregio
0e63cf0e66
Merge branch '6.0.x'
2023-02-23 11:38:06 -03:00
Marcus Da Coregio
5e98217165
Use Spring Boot 3 for session management samples
2023-02-23 11:37:28 -03:00
Marcus Da Coregio
06ea97a893
Add Session Management samples
2023-02-23 11:26:21 -03:00
Marcus Da Coregio
2cd44bbc56
Formatting and checkstyle
2023-02-23 10:19:24 -03:00
Marcus Da Coregio
6d453d787f
Use GA versions
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
b6dc5ebefc
Disable SAML2 integration tests
...
Issue gh-111
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
a91ee2a289
Update Gradle to 7.5.1
...
Issue gh-106
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
09dbcb85fd
Fix test failing on CI
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
7276546c7d
Add SAML 2.0 sample using SAML Extension's endpoints
...
Closes gh-76
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
d1b156dd6a
Use Spring Authorization Server SNAPSHOTs
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
196af6c1dc
Revert "Temporarily remove authorization-server sample"
...
This reverts commit c68696343a .
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
2612fa01f3
Temporarily remove authorization-server sample
...
Issue gh-97
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
fd73ddc121
Use ignoringRequestMatchers
...
Issue gh-96
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
14db25cb1d
Use requestMatchers
...
Closes gh-96
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
eb6d06cc11
Use Micrometer SNAPSHOT in custom-user sample
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
2e374c339c
Use Micrometer SNAPSHOT in MFA sample
2023-02-23 10:06:35 -03:00
Josh Cummings
79b80c7e8d
Use Micrometer SNAPSHOTs
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
726f3f4860
Fix imports
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
060b7f3495
Add more information for SAML2 tests failure
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
b1d0a36cea
Wait for background javascript after SAML 2.0 Logout
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
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
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
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
Marcus Da Coregio
ddc0da6ce8
Use GA versions
2023-01-26 16:37:04 -03:00