Project

General

Profile

Statistics
| Revision:

# Date Author Comment
60419 14/02/2021 11:55 PM Konstantina Galouni

[Trunk | Authorization Library]:
AuthorizationService.java: [Bug fix] Added "authentication.getPrincipal() instanceof User" check before casting authentication.getPrincipal() to User - if user is not logged in, it is String.

60300 27/01/2021 02:47 PM Konstantinos Triantafyllou

[Authorization-Library | Trunk]: Authorization Service add boolean communityMap on mapType

60198 08/01/2021 03:51 PM Konstantinos Triantafyllou

[Authorization Library | Trunk]: Add role anonymous and registered user

60035 04/12/2020 11:00 AM Konstantina Galouni

[Trunk | Authorization Library]: AuthorizationService.java: Add anonymous user roles and add method "getAaiId()" (currently we get aaiId from password field - to be changed).

59960 25/11/2020 01:32 PM Konstantinos Triantafyllou

[AuthorizationLibrary | Trunk]: Add Entry point class to get 401 if user is not loggedin

59959 25/11/2020 01:30 PM Konstantinos Triantafyllou

[AuthorizationLibrary | Trunk]: Add Entry point class to get 401 if user is not loggedin

59932 20/11/2020 05:00 PM Konstantina Galouni

[Trunk | Authorization Library]:
1. AuthorizationService.java: [Bug fix] In method "curator()", "CURATOR" is a prefix, not suffix in role.
2. AuthorizationConfiguration.java: Comment "@PropertySources" as this is a library project and properties are set by parent project.

59931 20/11/2020 04:05 PM Konstantinos Triantafyllou
59787 05/11/2020 02:41 PM Konstantinos Triantafyllou

[Authorization Library | Trunk]: Fix invalid token error

59754 03/11/2020 01:25 PM Konstantina Galouni

[Trunk | Auth-Library]: AuthorizationService.java:
1. Add private method "mapType()", to map "organization" to "institution" and "ri" to "community" for roles.
2. Add public method "getRoles()" to access roles (as Strings) from Granted Authorities.

59346 08/09/2020 03:08 PM Konstantinos Triantafyllou

Rename subscriber to member

59341 04/09/2020 01:35 PM Konstantinos Triantafyllou

[Auth-Library]: Remove comments

59340 04/09/2020 01:33 PM Konstantinos Triantafyllou

Fix some issues. Remove origins temporaly

59339 04/09/2020 12:41 PM Konstantinos Triantafyllou

Add origin check, rename subscriber to member

59338 03/09/2020 09:49 PM Konstantinos Triantafyllou

Remove authenticated for all requests

59336 03/09/2020 09:40 PM Konstantinos Triantafyllou

Spring security library providing preauthorize and authenticated methods for apis

59328 02/09/2020 05:40 PM Konstantinos Triantafyllou