Dominik Frantisek Bucik
e12c164b46
fix: ๐ Added missing PostgreSQL dependency
...
Added dependency to be able to use PSQL connector
2021-11-15 11:41:48 +01:00
Dominik Frantisek Bucik
2b94aff58e
refactor: ๐ก Code inspection by IDEA
2021-11-15 11:20:39 +01:00
Dominik Frantisek Bucik
1056d6acdc
refactor: ๐ก removed unneeded imports
2021-11-15 11:20:39 +01:00
Dominik Frantisek Bucik
26b5a99817
refactor: ๐ก Loggers via Lombok
2021-11-15 11:20:39 +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
0b68a720fb
refactor: ๐ก Disable metadata signature check
2021-11-09 11:13:36 +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
23a6354fc7
feat: ๐ธ Sign refresh tokens
...
Add signature to the refresh_token JWT. Previously it has been missing
it.
2021-11-08 07:46:23 +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
b42e50ebe3
chore: fix versions in pom.xml
2021-11-04 14:41:49 +01:00
Dominik Frantisek Bucik
11fdf85d5f
feat: ๐ธ Merge with perun-mitreid overlay, add SAML auth
...
Merge with overlay repository into one big repo. Added SAML
authentication
BREAKING CHANGE: ๐งจ Merge and auth
2021-11-03 08:23:34 +01:00