Skip to content

Commit d719fb7

Browse files
committed
Update change log for release v7.10-beta.13
1 parent 6cc9f02 commit d719fb7

File tree

5 files changed

+13
-241
lines changed

5 files changed

+13
-241
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
1313
~~~
1414

1515

16+
## [v7.10-beta.13] - 2025-08-26
17+
18+
* Issue **#5047** : Replace the property `stroom.security.authentication.openid.validateAudience` with `stroom.security.authentication.openid.allowedAudiences` (defaults to empty) and `stroom.security.authentication.openid.audienceClaimRequired` (defaults to false). If the IDP is known to provide the `aud` claim (often populated with the `clientId`) then set `allowedAudiences` to contain that value and set `audienceClaimRequired` to `true`.
19+
20+
* Issue **#5068** : Add the config prop `stroom.security.authentication.openId.fullNameClaimTemplate` to allow the user's full name to be formed from a template containing a mixture of static text and claim variables, e.g. `${firstName} ${lastName}`. Unknown variables are replaced with an empty string. Default is `${name}`.
21+
22+
* Issue **#5066** : Change template syntax of `openid.publicKeyUriPattern` prop from positional variables (`{}`) to named variables (`${awsRegion}`). Default value has changed to `https://public-keys.auth.elb.${awsRegion}.amazonaws.com/${keyId}`. If this prop has been explicitly set, its value will need to be changed to named variables.
23+
24+
* Issue **#5073** : Trim the unique identity, display name and full name values for a user to ensure no leading/trailing spaces are stored. Includes DB migration `V07_10_00_005__trim_user_identities.sql` that trims existing values in the `name`, `display_name` and `full_name` columns of the `stroom_user` table.
25+
26+
1627
## [v7.10-beta.12] - 2025-08-14
1728

1829
* Issue **#5065** : Make public key URI configurable.
@@ -1624,7 +1635,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
16241635
* Issue **#3830** : Add S3 data storage option.
16251636

16261637

1627-
[Unreleased]: https://github.com/gchq/stroom/compare/v7.10-beta.12...HEAD
1638+
[Unreleased]: https://github.com/gchq/stroom/compare/v7.10-beta.13...HEAD
1639+
[v7.10-beta.13]: https://github.com/gchq/stroom/compare/v7.10-beta.12...v7.10-beta.13
16281640
[v7.10-beta.12]: https://github.com/gchq/stroom/compare/v7.10-beta.11...v7.10-beta.12
16291641
[v7.10-beta.11]: https://github.com/gchq/stroom/compare/v7.10-beta.10...v7.10-beta.11
16301642
[v7.10-beta.10]: https://github.com/gchq/stroom/compare/v7.10-beta.9...v7.10-beta.10

unreleased_changes/20250818_102449_085__5047.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

unreleased_changes/20250819_111436_645__5068.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

unreleased_changes/20250820_110802_226__5066.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

unreleased_changes/20250820_141759_212__5073.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)