Skip to content

Releases: scc-digitalhub/AAC

5.2.1

28 Feb 13:52
2561883
Compare
Choose a tag to compare

What's Changed

Features

  • idps custom logo as data/image or external URL e64155
  • add status map to idp providers to expose current config ec586f

Bug Fixes

  • #642
  • fix [#647] app oauth2 additional fields config,](66c3a86)
  • fix: correct translation keys for oauth2 exceptions 530b74

Full Changelog: 5.2...5.2.1

5.2

17 Feb 13:16
10b5a5a
Compare
Choose a tag to compare
5.2

What's Changed

Features

  • add id to configurableProviders (fd67785)
  • add import from yaml to dev console, close #638 (64547bb)
  • add support for configurations with separate pools for different databases (#581) (a3fe0e0)
  • add templates support to dev console, close #636 (0a8af36)
  • add user and client info to persisted refresh tokens (7af53e0)
  • added template override for saml, oidc (23d1777)
  • admin console new (7bdc18e)
  • admin console serving (e73e097)
  • admin controller + add metrics endpoint (3173eb9)
  • config openidfed metadata extension (316db15)
  • database connection pool configurable via props (88f3925)
  • dev console (6d241e1)
  • dev console edit and test hooks for idps, fix #632 (7f73e50)
  • dev console reset credentials on demand, fix #635 (7c291c3)
  • dev console user import from email, fix #627 (fe82c49)
  • expose console cors config ENV var (3951323)
  • expose token expiration in db + extend store (d2ce613)
  • extend realm stats collected (fe4b9df)
  • indexes on attributes table for mysql #558 (e866296)
  • indexes on attributes table for postgresql #558 (0f91f9a)
  • new dev console dedicated controller (045df90)
  • scheduled cleanup for expired tokens (b6cc09b)
  • serve new dev console (3324e2c)
  • spid idp (#587) (499c5ef)
  • store authorization request pre-login and expose to idp (4350680)
  • update api service model to include id (cdb1c30)
  • update attributes system: expose id + updates to API (9917c79)
  • update audit API to expose proper model + fixes (e8083d2)
  • update clientApp model + extend API (717316a)
  • update groups models to include roles + extend API (5867b51)
  • update idp API (7e1cdfe)
  • update old console for realm roles pagination (0f39d39)
  • update realm configuration and merge configs via maps into entity + update APIs (d878051)
  • update roles models + extend API (f7f4b0e)
  • update scopes definition to expose scope as id + updates (92d83b1)
  • update subject to expose id + fix search impl (286b64b)
  • update users model + API (3f48d0b)
  • use select for update to row lock refresh tokens usage (85a915a)

Bug Fixes

  • #582 add primary key to audit table (f70d1a1)
  • #585 add possibility to import Service by string pasting (21afa93)
  • #541: cleanup orphan accounts when deleting a user (6b619fe), closes #541
  • #562: correct sql query for audit store pagination (70fe67e), closes #562
  • add index to oauth2 sql tables to enable per-row locking (050afa1)
  • add missing i18n key (da542c8)
  • add translation for oauth2 unauthorized error (e176d75)
  • admin console realm update should not change config maps (5fc1ea8)
  • changed userinfo behaviour 544 (8e1c84f)
  • class enforce default script option when missing (5b68345)
  • delete orphan user accounts when deleting a realm (ef2d1a7)
  • fix additionalInfo type in access token (d750da6)
  • fix client auth with refresh token wrongly prioritizing token rotation over basic auth (38f4dab)
  • fix issue with removal of access tokens on store (4b7946d)
  • fix services bootstrap (60634fc)
  • fix tos tests (cfc96fe)
  • information disclosure #535 (78880ee)
  • loginController skip problematic providers (30e4b2e)
  • new config to support #547 (334a4c0)
  • overload console in local js engine to avoid writing to system.out, close [#278](https://github.com/scc-digi...
Read more

5.1

04 Jun 15:50
5c4fd41
Compare
Choose a tag to compare
5.1

What's Changed

Full Changelog: 5.0.3...5.1

5.0.3

27 Mar 12:40
5582a0f
Compare
Choose a tag to compare

(2024-03-27)

Features

  • database connection pool configurable via props (88f3925)
  • indexes on attributes table for mysql #558 (e866296)
  • indexes on attributes table for postgresql #558 (0f91f9a)

Bug Fixes

  • #541: cleanup orphan accounts when deleting a user (6b619fe), closes #541
  • #562: correct sql query for audit store pagination (70fe67e), closes #562
  • changed userinfo behaviour 544 (8e1c84f)
  • class enforce default script option when missing (5b68345)
  • delete orphan user accounts when deleting a realm (ef2d1a7)
  • new config to support #547 (334a4c0)
  • pagination for audit events (b2ffaea)
  • updated config file for params injection via annotation (03d990e)

What's Changed

5.0.2

14 Feb 12:17
9ac6aa9
Compare
Choose a tag to compare

First major release for AAC 5.

✨ What's new

  • user console
  • support for OpenId Federation
  • configurable Terms of service
  • support German language
  • new supported databases: PostgreSQL, MariaDB, MySQL8
  • new audit trail with optional signing
  • external repositories for horizontal scaling
  • localizable custom templates for views

📚 Notes

  • no upgrade path from 4.x: start with an empty database or manually upgrade the schema

🚨 Breaking Changes

  • database layout changed
  • audit table content is incompatible with 4.x

What's Changed

New Contributors

Full Changelog: 4.1.1...5.0.2

5.0

12 Jan 16:56
33005b7
Compare
Choose a tag to compare
5.0 Pre-release
Pre-release
update user console to logout user after deletion - fix #323

4.1.0

01 Sep 08:54
f70ea34
Compare
Choose a tag to compare
Merge pull request #231 from scc-digitalhub/4.x

4.1.0

4.0

11 Apr 08:37
0e81eb3
Compare
Choose a tag to compare
4.0 Pre-release
Pre-release
fix databae config for groups package

3.2

26 Jan 15:03
afe7575
Compare
Choose a tag to compare
3.2
Merge pull request #42 from scc-digitalhub/next

Next

3.2-beta3

07 Sep 15:09
Compare
Choose a tag to compare
3.2-beta3 Pre-release
Pre-release
breaking: relax client name rules, require unique clientName+develope…