semantic-release-bot
231638c1aa
chore(release): 7.4.0 [skip ci]
...
# [7.4.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.3.0...v7.4.0 ) (2021-12-09)
### Features
* ๐ธ Configurable name of user col in stats filter ([4a5be5d
](4a5be5d32b
))
2021-12-09 14:46:03 +00:00
semantic-release-bot
5137c6e8e9
chore(release): 7.3.0 [skip ci]
...
# [7.3.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.2.0...v7.3.0 ) (2021-12-09)
### Features
* ๐ธ Configurable max pool size for JDBC data sources ([e5b406e
](e5b406e853
))
2021-12-09 09:13:32 +00:00
Dominik Frantisek Bucik
e5b406e853
feat: ๐ธ Configurable max pool size for JDBC data sources
...
use `jdbc.max_pool_size` for MitreID db pool size limitation. Use
`stats.jdbc.max_pool_size` for limiting the pool size for statistics
data source
2021-12-09 09:29:45 +01:00
semantic-release-bot
560d4c8bdb
chore(release): 7.2.0 [skip ci]
...
# [7.2.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.1.1...v7.2.0 ) (2021-12-08)
### Features
* ๐ธ Added automated bundling of .war file into release ([cd1118f
](cd1118f1a0
))
2021-12-08 08:47:53 +00:00
semantic-release-bot
eac6876b09
chore(release): 7.1.1 [skip ci]
...
## [7.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.1.0...v7.1.1 ) (2021-12-08)
### Bug Fixes
* ๐ Fix possible SQL exceptions ([b3bd9e9
](b3bd9e94c7
))
2021-12-08 07:01:36 +00:00
semantic-release-bot
c252db224c
chore(release): 7.1.0 [skip ci]
...
# [7.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.0.0...v7.1.0 ) (2021-12-07)
### Bug Fixes
* DB inserts in statistics work with PostgreSQL ([b72eb8f
](b72eb8fd8e
))
### Features
* Added configurable ipdIdColumnName and spIdColumnName in statistics ([515f99b
](515f99b255
))
2021-12-07 06:40:37 +00:00
BaranekD
515f99b255
feat: Added configurable ipdIdColumnName and spIdColumnName in statistics
2021-12-07 07:28:39 +01:00
semantic-release-bot
09f3a691c6
chore(release): 7.0.0 [skip ci]
...
# [7.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v6.0.0...v7.0.0 ) (2021-12-06)
### Code Refactoring
* ๐ก Refactored GA4GH Passports and visas ([a94fd99
](a94fd992dd
))
### Features
* ๐ธ Implemented BBMRI-ERIC Ga4gh Passports and Visas ([141e6c8
](141e6c8653
))
### BREAKING CHANGES
* ๐งจ Ga4gh Claim source class for ELIXIR has been changed. Also, the
ElixirAccessTokenModifier class has been moved and renamed.
2021-12-06 13:19:06 +00:00
Dominik Frantisek Bucik
a94fd992dd
refactor: ๐ก Refactored GA4GH Passports and visas
...
Refactored the GA4GH claim source and related things to be extensible
for other implementations.
Configuration changes:
Elixir GA4GH claim source class needs to be updated to:`custom.claim.[claimName].source.class=cz.muni.ics.oidc.server.ga4gh.ElixirGa4ghClaimSource`
Elixir Access token modifier has been moved and has to be configured as: `accessTokenClaimsModifier=cz.muni.ics.oidc.server.ga4gh.Ga4ghAccessTokenModifier`
BREAKING CHANGE: ๐งจ Ga4gh Claim source class for ELIXIR has been changed. Also, the
ElixirAccessTokenModifier class has been moved and renamed.
2021-12-06 11:27:48 +01:00
semantic-release-bot
fe36808016
chore(release): 6.0.0 [skip ci]
...
# [6.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.1...v6.0.0 ) (2021-12-06)
### Code Refactoring
* ๐ก Drop support for java 8 ([4a0b63e
](4a0b63ec0e
))
### BREAKING CHANGES
* ๐งจ Dropped support for java 8
2021-12-06 10:26:43 +00:00
Dominik Frantisek Bucik
4a0b63ec0e
refactor: ๐ก Drop support for java 8
...
BREAKING CHANGE: ๐งจ Dropped support for java 8
2021-12-03 14:50:16 +01:00
Dominik Frantisek Bucik
78513a9085
refactor: ๐ก some deps
2021-12-03 14:42:45 +01:00
Dominik Frantisek Bucik
2bd1fdf42e
refactor: ๐ก Removed unused deps
2021-12-02 19:58:03 +01:00
semantic-release-bot
11af234119
chore(release): 5.0.1 [skip ci]
...
## [5.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.0...v5.0.1 ) (2021-12-02)
### Bug Fixes
* ๐ Fix fallbacking of locale to the code to prevent errors ([ceb01c7
](ceb01c78e7
))
2021-12-02 15:29:13 +00:00
semantic-release-bot
1487e06e90
chore(release): 5.0.0 [skip ci]
...
# [5.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v4.0.1...v5.0.0 ) (2021-11-30)
### Code Refactoring
* ๐ก Refactored how translations are loaded and used ([665b45f
](665b45fb41
))
### BREAKING CHANGES
* Property `web.langs.customfiles.path` must point to the
RersourceBundle.
2021-11-30 12:45:31 +00:00
Dominik Frantisek Bucik
665b45fb41
refactor: ๐ก Refactored how translations are loaded and used
...
Refactor how translations are used and loaded. Property `web.langs.customfiles.path` must point to the
RersourceBundle, without the `_lang.properties" extensions. An examle
location, if we have files `/etc/props_en.properties` and
`/etc/props_cs.properties`, the correct value for the configuration
option is `web.langs.customfiles.path=/etc/props`.
BREAKING CHANGE: Property `web.langs.customfiles.path` must point to the
RersourceBundle.
2021-11-30 13:38:11 +01:00
Dominik Frantisek Bucik
0586a777e7
refactor: ๐ก Removed unused locales
2021-11-30 12:38:22 +01:00
Dominik Frantisek Bucik
b8b81bb57a
refactor: Removed duplicate SQL files
2021-11-30 12:38:22 +01:00
Dominik Frantisek Bucik
e721d7abe9
refactor: ๐ก Removed UMA package (not used)
...
Several tables have been dropped from the database. Also, access_token
does not contain permissions anymore. To update the DB accordingly, run
following:
```sql
DROP TABLE access_token_permissions;
DROP TABLE resource_set;
DROP TABLE resource_set_scope;
DROP TABLE permission_ticket;
DROP TABLE permission;
DROP TABLE permission_scope;
DROP TABLE claim;
DROP TABLE claim_to_policy;
DROP TABLE claim_to_permission_ticket;
DROP TABLE policy;
DROP TABLE policy_scope;
DROP TABLE claim_token_format;
DROP TABLE claim_issuer;
DROP TABLE saved_registered_client;
```
2021-11-24 12:35:21 +01:00
Dominik Frantiลกek Buฤรญk
04c36cce61
Merge pull request #40 from CESNET/melanger-patch-1
...
docs: Update hsql_database_tables.sql
2021-11-22 07:15:44 +01:00
Dominik Frantiลกek Buฤรญk
14dc06dcbc
Merge pull request #43 from CESNET/melanger-patch-4
...
Update psql_database_tables.sql
2021-11-22 07:15:07 +01:00
Dominik Frantiลกek Buฤรญk
b454c9b118
Merge pull request #42 from CESNET/melanger-patch-3
...
Update mysql_database_tables.sql
2021-11-22 07:14:51 +01:00
Dominik Frantiลกek Buฤรญk
93e6f2113e
Merge pull request #41 from CESNET/melanger-patch-2
...
Update psql_database_tables.sql
2021-11-22 07:14:20 +01:00
semantic-release-bot
b2ae1875ab
chore(release): 4.0.1 [skip ci]
...
## [4.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v4.0.0...v4.0.1 ) (2021-11-19)
### Bug Fixes
* ๐ Fixed missing ACRs code and device_code flows ([4d3b072
](4d3b07225c
))
2021-11-19 17:26:47 +00:00
Pavel Bลouลกek
350ab68e0c
Update perun-oidc-server-webapp/src/main/resources/db/psql/psql_database_tables.sql
2021-11-19 18:25:59 +01:00
Pavel Bลouลกek
74bec47d7d
Update perun-oidc-server-webapp/src/main/resources/db/mysql/mysql_database_tables.sql
2021-11-19 18:25:38 +01:00
Pavel Bลouลกek
39acd0f238
Update perun-oidc-server-webapp/src/main/resources/db/hsql/hsql_database_tables.sql
2021-11-19 18:24:53 +01:00
Pavel Bลouลกek
0f559a72d2
Update psql_database_tables.sql
2021-11-19 16:36:59 +01:00
Pavel Bลouลกek
6064458f0d
Update mysql_database_tables.sql
2021-11-19 16:36:24 +01:00
Pavel Bลouลกek
f7a81ede1f
Update psql_database_tables.sql
2021-11-19 16:35:45 +01:00
Pavel Bลouลกek
9fc0acf0dd
Update hsql_database_tables.sql
2021-11-19 16:34:56 +01:00
semantic-release-bot
bcb0b0b66e
chore(release): 4.0.0 [skip ci]
...
# [4.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.5.0...v4.0.0 ) (2021-11-19)
### Bug Fixes
* ๐ Fix ACR for implicit and authorization_code flows ([39bc00a
](39bc00a3b0
))
### BREAKING CHANGES
* ๐งจ Database needs to be updated: `ALTER TABLE saved_user_auth DROP
source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);`
2021-11-19 15:21:26 +00:00
Dominik Frantisek Bucik
39bc00a3b0
fix: ๐ Fix ACR for implicit and authorization_code flows
...
BREAKING CHANGE: ๐งจ Database needs to be updated: `ALTER TABLE saved_user_auth DROP
source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);`
2021-11-19 16:14:21 +01:00
semantic-release-bot
52e5c01776
chore(release): 3.5.0 [skip ci]
...
# [3.5.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.4.1...v3.5.0 ) (2021-11-16)
### Features
* ๐ธ AARC_IDP_HINTING implemented ([ebd1459
](ebd1459ba3
))
2021-11-16 06:31:00 +00:00
Dominik Frantisek Bucik
ebd1459ba3
feat: ๐ธ AARC_IDP_HINTING implemented
2021-11-16 07:22:38 +01:00
semantic-release-bot
9c135ec304
chore(release): 3.4.1 [skip ci]
...
## [3.4.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.4.0...v3.4.1 ) (2021-11-15)
### Bug Fixes
* ๐ Added missing PostgreSQL dependency ([e12c164
](e12c164b46
))
2021-11-15 11:54:56 +00:00
Dominik Frantisek Bucik
570fdfda2d
refactor: ๐ก refactor logging
2021-11-15 11:20:38 +01:00
Dominik Frantisek Bucik
fc04fbe6a4
refactor: ๐ก Merge DB files
2021-11-15 11:20:26 +01:00
semantic-release-bot
f8f499c17a
chore(release): 3.4.0 [skip ci]
...
# [3.4.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.3.0...v3.4.0 ) (2021-11-12)
### Features
* ๐ธ Forward client_id in AuthenticationContextClass ([6a6d1e3
](6a6d1e3ad9
))
2021-11-12 12:34:13 +00:00
Dominik Frantisek Bucik
6a6d1e3ad9
feat: ๐ธ Forward client_id in AuthenticationContextClass
...
Forward client_id in the AuthenticationContextClass element. This can be
used by the proxy to i.e. display name of the service on WAYF.
2021-11-12 13:28:38 +01:00
semantic-release-bot
8cf4b64531
chore(release): 3.3.0 [skip ci]
...
# [3.3.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.2.0...v3.3.0 ) (2021-11-11)
### Features
* ๐ธ Extended list of internal referrers for sess. invalider ([9aa16ff
](9aa16ffe5c
))
* ๐ธ Make SAML identifier attribute configurable ([3949857
](39498573c3
))
2021-11-11 13:23:35 +00:00
Dominik Frantisek Bucik
9aa16ffe5c
feat: ๐ธ Extended list of internal referrers for sess. invalider
...
Via property _saml.internalReferrers_ it can be configured which
referrers are considered as internal and in such a cases session will
not be invalidated. The property has to be list of URLs, separated by a
comma, and the matching is done as a prefix of the current referrer
2021-11-11 10:23:20 +01:00
Dominik Frantisek Bucik
39498573c3
feat: ๐ธ Make SAML identifier attribute configurable
...
Attribute is configured via property _saml.user.attrIdentifier_ and has
to be one of values eppn|epuid|eptid|uid|uniqueIdentifier
2021-11-11 10:22:56 +01:00
semantic-release-bot
cf3c19c046
chore(release): 3.2.0 [skip ci]
...
# [3.2.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.1.0...v3.2.0 ) (2021-11-09)
### Features
* ๐ธ Adderd e-INFRA CZ template ([5eb50f6
](5eb50f6441
))
2021-11-09 10:53:55 +00:00
Dominik Frantisek Bucik
5eb50f6441
feat: ๐ธ Adderd e-INFRA CZ template
...
Added e-INFRA CZ template for frontend pages. Enable it by using
web.theme=einfra in the config
2021-11-09 11:28:36 +01:00
Dominik Frantisek Bucik
e15dadc95a
refactor: ๐ก Update metadata refresh settings
2021-11-09 11:14:05 +01:00
semantic-release-bot
0e58108645
chore(release): 3.1.0 [skip ci]
...
# [3.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.0.1...v3.1.0 ) (2021-11-08)
### Features
* ๐ธ Sign refresh tokens ([23a6354
](23a6354fc7
))
2021-11-08 06:57:26 +00:00
Dominik Frantisek Bucik
8f54c284f6
docs: โ๏ธ Updated readme
2021-11-05 15:28:09 +01:00
semantic-release-bot
b2b8efe516
chore(release): 3.0.1 [skip ci]
...
## [3.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.0.0...v3.0.1 ) (2021-11-05)
### Bug Fixes
* ๐ fix loading JWKS ([371adc1
](371adc13fb
))
2021-11-05 10:40:38 +00:00
Dominik Frantisek Bucik
371adc13fb
fix: ๐ fix loading JWKS
...
Caused failures in validation of JWTs. We have exposed the default
bundled file instead of the correctly loaded one.
2021-11-05 11:36:06 +01:00