Commit Graph

12 Commits (a960fe4d523abec2acd3324bbbabba03f02d5cef)

Author SHA1 Message Date
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
Pavel Bล™ouลกek f7a81ede1f
Update psql_database_tables.sql 2021-11-19 16:35:45 +01:00
Dominik Frantisek Bucik ebd1459ba3
feat: ๐ŸŽธ AARC_IDP_HINTING implemented 2021-11-16 07:22:38 +01: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
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
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
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
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