Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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