Commit Graph

48 Commits (585dbd82a5364e5ca9fe16a9b5714aa340f47896)

Author SHA1 Message Date
Pavel Břoušek 3f0f9103d8
fix: improve MUNI header
correct language on HTML tag, SVG logo with PNG fallback
2022-04-21 23:01:25 +02:00
Pavel Břoušek 07479e4a04
fix: MUNI branding 2022-04-20 10:58:48 +02:00
Dominik Frantisek Bucik cd1ce6fcc2
feat: LS AAI design
Added LS AAI design, dropped ELIXIR design. Extended client with
jurisdiction and accepted TOS

BREAKING CHANGE: requires database update (see migraiton script),
dropped ELIXIR theme
2022-04-13 11:23:00 +02:00
Pavel Břoušek 0d6e2c70d8
fix: show unapproved message
it was not shown because of a typo in the template
2022-04-11 13:16:31 +02:00
Dominik Frantisek Bucik 3ea2b82053
feat: 🎸 More user lookup methods
User can now be fetched using extLogin and extSource name, alternatively
by extLogin and static extSourceName (ext_idp), or by perunUserId.
2022-04-01 15:51:19 +02:00
Dominik Frantisek Bucik 8872469c19
feat: 🎸 Display noAuthnContext message on login_failure 2022-02-09 08:34:15 +01:00
Dominik Frantisek Bucik a94eb2acfe
chore(deps): update logging for db connectors 2022-02-01 07:48:04 +01:00
Dominik Frantisek Bucik 0e009d9cc2
refactor: 💡 cleanup 2022-01-27 12:20:05 +01:00
Dominik Frantisek Bucik c0db96df7d
refactor: 💡 Refactored device code auth 2022-01-27 12:01:59 +01:00
Dominik Frantisek Bucik cf358dc2dc
refactor: 💡 Refactored Perun filters as auth_proc filters 2022-01-27 11:04:15 +01:00
Dominik Frantisek Bucik cc4add710d
refactor: 💡 Refactor session invalidating 2022-01-27 10:27:13 +01:00
Dominik Frantisek Bucik 2c413d9916
feat: 🎸 Refactored userinfo serv., new SAML-based claim sources
Refactored userinfo to fetch attributes only when needed and requested.
Also added the possibility to extract attributes from the actual SAML
session

BREAKING CHANGE: 🧨 requires database update
2022-01-12 10:08:30 +01:00
Dominik Frantisek Bucik 1bf72b802a
fix: 🐛 Do not display remember me when prompt=consnet
Also updated text for checkbox
2022-01-10 08:47:48 +01:00
Dominik František Bučík 7877e18f6a
Merge pull request #115 from CESNET/merge_controllers
refactor: Merged some controllers
2022-01-06 08:07:01 +01:00
Dominik František Bučík cb00fee6f1
Merge pull request #108 from dBucik/einfra
draft: refactor: 💡 Update e-INFRA CZ footer
2022-01-06 08:06:05 +01:00
Dominik Frantisek Bucik e8b34f9079
refactor: 💡 refactored device code flow and filters 2022-01-06 07:55:06 +01:00
Pavel Břoušek 75a626f9da
fix: incorrect label on stay logged in button 2021-12-23 09:39:38 +01:00
Dominik Frantisek Bucik 8341c80094
refactor: 💡 Update CESNET favicon 2021-12-10 10:50:50 +01:00
Dominik Frantisek Bucik bf227df26e
feat: 🎸 Configurable favicons
use `favicon=URL_POINTING_TO_FAVICON_FILE` property to set it for the
MitreID gui
2021-12-10 08:16:29 +01: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
Dominik Frantisek Bucik 3459ae469b
refactor: 💡 Update e-INFRA CZ footer 2021-12-08 11:08:08 +01:00
BaranekD 515f99b255 feat: Added configurable ipdIdColumnName and spIdColumnName in statistics 2021-12-07 07:28:39 +01: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
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
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
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
Dominik Frantisek Bucik ebd1459ba3
feat: 🎸 AARC_IDP_HINTING implemented 2021-11-16 07:22:38 +01: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
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