Commit Graph

642 Commits

Author SHA1 Message Date
Josh Cummings
0a7da94e22 Polish saml-extension-federation Configuration 2024-11-06 10:55:14 -07:00
Josh Cummings
d058ae66a1 Remove Stray Dependency 2024-11-05 15:01:12 -07:00
Josh Cummings
5a7afc0fc7 saml-extension-federation Uses Docker Idp
Issue gh-127
2024-11-05 15:00:32 -07:00
Josh Cummings
d1630a6032 Restore Format and CheckFormat for saml2 Projects
- Update the way that the saml2 projects were dependent
on identity-provider resource files.
- Use TestContainers to simplify runtime dependencies
- Update compose.yml to use Docker-standard interpolation

Closes gh-335
2024-11-05 12:35:07 -07:00
Josh Cummings
2e39e5eea6 saml2 Projects Are Not Using CheckFormat
Issue gh-335
2024-11-05 08:18:17 -07:00
Josh Cummings
84738c5940 Move refreshable-metadata to use docker IdP
Issue gh-127
2024-11-05 08:18:16 -07:00
Josh Cummings
ecec3f9c11 saml2 Projects Are Not Using Formatter
To continue to make progress on moving projects over to a local
idp, Spring Java Format is disabled. This will allow for that
investigation to happen in parallel.

Issue gh-335
2024-11-04 17:44:29 -07:00
Josh Cummings
8eb06469e2 Update custom-urls Sample to use Docker-based IdP
Issue gh-127
2024-11-04 17:32:24 -07:00
Josh Cummings
29d9bec07f Change to Spring Placeholder Syntax
Let's prioritize running within the project for now.
Due to a difference between Spring and Docker's interpolation
syntax, the projects will favor Spring syntax so that
both the application and its tests can run successfully.
2024-11-04 15:50:26 -07:00
Josh Cummings
cb21695ed7 Remove login-single-tenant Sample
Now that Spring Security supports looking up the tenant by way of the
issuer in the payload, the configuration for this and the main login sample
are the same.
2024-11-04 15:50:26 -07:00
Josh Cummings
8bcfc647a7 Use Docker-based Identity Provider
Issue gh-127
Closes gh-64
2024-11-01 09:40:55 -06:00
Josh Cummings
0ac66ba3ea Add Docker-based Identity Provider
Issue gh-127
2024-11-01 09:40:55 -06:00
Steve Riesenberg
14b6bd4f56 Add PrincipalResolver to RestClient sample
Closes gh-328
2024-10-18 15:54:38 -05:00
Steve Riesenberg
ec4d7f9d2f Revert accidental changes 2024-10-18 15:38:41 -05:00
Steve Riesenberg
bb9baafad6 Revert accidental changes 2024-10-18 15:22:42 -05:00
Steve Riesenberg
0c4a6f2abf Update to JUnit 5.10.5 2024-10-18 13:47:50 -05:00
Josh Cummings
1ce2c14dba Update to Gradle 8.10.2
Closes gh-327"
2024-10-14 17:16:54 -06:00
Josh Cummings
42831fc9d1 Add Reactive OTT Sample
Closes gh-326
2024-10-14 17:05:44 -06:00
Josh Cummings
371fe2a42d Update to Spring Boot 3.4.0-M3 2024-10-14 17:05:01 -06:00
Josh Cummings
d74d8c07b1 Update to Spring Framework 6.2.0-RC1 2024-10-14 17:04:40 -06:00
Josh Cummings
8fecde68da Initial Reactive OTT Sample
Closes gh-326
2024-10-14 14:45:30 -06:00
Josh Cummings
c91daf2684 Remove Stray MavenLocal 2024-10-14 14:40:35 -06:00
Josh Cummings
f7b144db04 Update Magic Link Sample
Issue gh-312
2024-10-14 14:39:48 -06:00
Steve Riesenberg
2c32dde3bf Fix compile error with latest snapshots 2024-09-27 16:29:49 -05:00
Josh Cummings
42fbd1678c Fix Checkstyle in AOT Data 2024-09-25 13:38:01 -06:00
Josh Cummings
93ebfca7b8 Make Javaformat and AOT work together
Spring JavaFormat seems to process all source directories,
including those that contain AOT-generated sources.

This causes failures for checkFormat as well as checkstyle.
These are failures that we can ignore since the source code
is generated.

Additionally, there is some kind of interaction between
JavaFormat and the Spring Boot AOT support that makes Gradle
think that compileJava and a few other tasks need to depend
on formatMain and formatTest.
2024-09-25 13:35:32 -06:00
Josh Cummings
5125d5aa05 Add Missing Group Id 2024-09-25 13:32:47 -06:00
Josh Cummings
b5ceba61db Fix Formatting 2024-09-17 14:23:22 -06:00
Josh Cummings
4a7012b6f7 Make format task work with AOT project 2024-09-17 14:22:53 -06:00
Josh Cummings
2332773e9c Merge branch '6.3.x' 2024-09-16 15:53:07 -06:00
Josh Cummings
189798b8a2 Separate OSS and Commercial Init Scripts
Closes gh-323
2024-09-16 15:52:17 -06:00
Josh Cummings
f7c007a32a Merge branch '6.2.x' into 6.3.x 2024-09-16 15:51:52 -06:00
Josh Cummings
b4bf4fb5d8 Separate OSS and Commercial Init Scripts
Closes gh-323
2024-09-16 15:50:52 -06:00
Josh Cummings
3951351284 Separate OSS and Commercial Init Scripts
Closes gh-323
2024-09-16 15:48:50 -06:00
Marcus Hert Da Coregio
f4a350c572 Disable checkFormatAot task 2024-09-12 15:45:35 -03:00
Josh Cummings
56033d76f8 Add Spring Data AOT Sample
Closes gh-317
2024-09-10 16:28:10 -06:00
Marcus Hert Da Coregio
d18cde37b4 Fix checkstyle errors
Issue gh-312
2024-09-04 10:06:04 -03:00
Marcus Hert Da Coregio
c389b99359 Add Magic Link Sample
Closes gh-312
2024-09-03 15:39:02 -03:00
Steve Riesenberg
cc0e6f0d33 Add sample for OAuth2 RestClient interceptor
Closes gh-294
2024-08-30 08:38:43 -05:00
Josh Cummings
277055548f Add WithMockJwt Sample tests
Closes gh-318
2024-08-28 10:38:43 -06:00
Josh Cummings
3489338049 Add Observability Sample
Closes gh-313
2024-08-26 11:03:34 -06:00
Josh Cummings
dc116452b0 Fix Checkstyle 2024-08-26 08:38:20 -06:00
Josh Cummings
9700368ca3 Simplify AuthorizeReturnObject Usage
While the proxy factory feature is cool, it's not needed for
this sample. We can point folks to the documentation to understand
when something like that is needed.
2024-08-23 16:57:31 -06:00
Josh Cummings
bfbc4d0d9a Update to OpenSAML 5.x
Closes gh-314
2024-08-23 16:48:53 -06:00
github-actions[bot]
d8d00ed891 Merge branch '6.2.x' 2024-08-06 15:16:56 +00:00
dependabot[bot]
0d011de91e Bump org.springframework.security:spring-security-oauth2-authorization-server
Bumps [org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/spring-projects/spring-authorization-server/releases)
- [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.2.4...1.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-oauth2-authorization-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:34 -03:00
dependabot[bot]
e98af62776 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.4...6.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:27 -03:00
dependabot[bot]
a5a7e93416 Bump org.springframework.boot from 3.2.6 to 3.2.8
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:19 -03:00
Josh Cummings
a65d944efe Update Max Sessions Sample to Use Library Catalog 2024-08-01 12:45:09 -06:00
Josh Cummings
9c9918970d Update to Spring Framework 6.2.0-M6 2024-08-01 12:40:55 -06:00