Commit Graph

51 Commits

Author SHA1 Message Date
Mauro Mugnaini bb43178b29 Log message typo fixed 2021-03-03 09:37:00 +01:00
Mauro Mugnaini 02e33afae6 Moving SNAPSHOT version to release 2021-03-01 18:50:59 +01:00
Mauro Mugnaini 012a8e24e4 Now user reconciliation/identification from OIDC token after the login is performed no more checking by using the User's email address but the username field, the Liferay `screenname`. (#20827) (#20840) 2021-03-01 16:46:23 +01:00
Mauro Mugnaini 77e62a0eeb Release of the 1.1.2 version 2021-01-20 11:48:59 +01:00
Mauro Mugnaini 8f7835262c Ready for the 1.1.2-SNAPSHOT version 2021-01-20 01:02:41 +01:00
Mauro Mugnaini e6c453e2bb Restored per-session token removal. Logs revised. (#20445) 2021-01-20 01:02:24 +01:00
Mauro Mugnaini b3f9d6cd24 Added some info of the user is about to create in the logs expecially for screen name (autogenerated or externally provided) 2021-01-12 14:41:50 +01:00
Mauro Mugnaini 8b458e4af7 Fixed typo in log message 2021-01-11 15:58:43 +01:00
Mauro Mugnaini 70431f83eb Updated to new cache proxy api and log typo fixed 2020-12-21 18:02:41 +01:00
Mauro Mugnaini 3f5d71eb02 Missing SCM section added to POM 2020-11-24 17:31:49 +01:00
Mauro Mugnaini d042bf046f Prepared for the Next release 2020-11-20 13:09:39 +01:00
Mauro Mugnaini 05355d2d34 Updated to V1.1.1-SNAPSHOT 2020-11-10 13:02:06 +01:00
Mauro Mugnaini 1f3e67a975 Try to use request object instead of session object to bring original requested URI to the post-login action 2020-11-09 16:02:39 +01:00
Mauro Mugnaini 3fdebddb7e Now avatar file format can be forced to be a specific format (default PNG) if needed (default ON) 2020-09-04 18:30:03 +02:00
Mauro Mugnaini 335197a072 Added try/catch arounf portrait save/delete operation to avoid CNFE for `com.sun.image.codec.jpeg.ImageFormatException`. 2020-08-18 12:18:03 +02:00
Mauro Mugnaini a75fa1d620 The exception is no more raised. A `null` byte array is returned instead 2020-08-13 20:48:52 +02:00
Mauro Mugnaini f272b680ed Added save and delete portrait log messages 2020-08-13 17:46:19 +02:00
Mauro Mugnaini 02ea26fc60 Using UserLocalServiceUtil to update the portrait to avoid `PrincipalException: PermissionChecker not initialized` 2020-08-13 17:42:50 +02:00
Mauro Mugnaini be44328ae2 Getting avatar in try catch block to avoid auto-login interruption when avatar is not found 2020-08-13 17:27:20 +02:00
Mauro Mugnaini 55fb0c1430 Changed according to new template 2020-08-13 17:20:54 +02:00
Mauro Mugnaini 8017a454d0 Changed according to new template 2020-08-13 17:20:46 +02:00
Mauro Mugnaini c2c64206c7 Added avatar retrieve/update at every login (#19726) 2020-08-13 10:17:56 +02:00
Mauro Mugnaini 705b9129da Added avatar retrieve/update at every login (#19726) 2020-08-12 20:14:54 +02:00
Mauro Mugnaini b0a19768fd Updated to follow ner rules for gcube templated project in Jenkins 2020-07-16 16:19:13 +02:00
Mauro Mugnaini dfd81bd9e3 No more required 2020-07-16 16:19:07 +02:00
Mauro Mugnaini dbf229c778 -SNAPSHOT suffix removed too early, added range dependency according to CI rules for DEV 2020-07-07 12:00:50 +02:00
Mauro Mugnaini 485d359de4 Release for 1.0.0, added range dependency according to CI rules 2020-07-07 10:49:33 +02:00
Mauro Mugnaini 574d056411 Snapshot release for 1.0.0 2020-07-07 10:11:49 +02:00
Mauro Mugnaini 9007b09b9e Changed according to renamed classes method names 2020-07-03 18:37:22 +02:00
Mauro Mugnaini fad2ca8be0 Implemented redirect to reqeusted URI (last path) after login 2020-07-01 19:36:59 +02:00
Mauro Mugnaini 446286b77a Screenname is the OIDC user's username (if provided) for new users 2020-07-01 19:35:20 +02:00
Mauro Mugnaini 9727f330c6 New version with micro and dependency ranges removed 2020-06-30 12:59:38 +02:00
Mauro Mugnaini 061962fa84 Performing logout using info inside the JWT token 2020-06-30 12:50:35 +02:00
Mauro Mugnaini 1ea97a6f10 OIDC token got from proxy cache on logout in order to have the last refrehed one 2020-06-29 16:26:09 +02:00
Mauro Mugnaini a02bc215a4 Removed wrong constant string use. 2020-06-29 16:25:46 +02:00
Mauro Mugnaini bff1459b3e Commented out the maven resources plugin 2020-06-22 10:51:42 +02:00
Mauro Mugnaini 1df4a6676a Added missing CI description/helper files 2020-06-22 10:51:12 +02:00
Mauro Mugnaini 9db8baf3fd Fixed referring a still not existing lib version 2020-06-19 18:55:40 +02:00
Mauro Mugnaini a20a527d0e Changelog file added 2020-06-19 15:21:05 +02:00
Mauro Mugnaini c346140819 README file added 2020-06-18 17:47:37 +02:00
Mauro Mugnaini a892814d64 Changed the proxy class name 2020-06-18 12:30:35 +02:00
Mauro Mugnaini 2383ff9690 Renamed packages from com.nubisware.* to org.gcube.* 2020-06-18 12:30:00 +02:00
Mauro Mugnaini 646b714399 Now client id for the logout is took from the token itself since can be issued for new (dynamically) created gateways 2020-06-18 12:29:14 +02:00
Mauro Mugnaini 41262534b4 Renamed packages from com.nubisware.* to org.gcube.* 2020-06-18 12:27:52 +02:00
Mauro Mugnaini c1e5dce24a Example file to be used as template for deploy on a LR server instance 2020-06-18 12:24:49 +02:00
Mauro Mugnaini b8b105d7e2 License file added 2020-06-18 12:21:46 +02:00
Mauro Mugnaini bb59776f2a Now request server name is used as clientId for OIDC authentication and packages renamed from com.nubisware.* to org.gcube.* 2020-06-18 12:21:36 +02:00
Mauro Mugnaini 094e94eae4 Removed keycloak client's specific dependency filters 2020-06-04 16:16:51 +02:00
Mauro Mugnaini eb662eed3a Typo fixed and log level lowered 2020-05-29 15:02:25 +02:00
Mauro Mugnaini 0edbd88e8f Beta version 2020-05-29 13:03:07 +02:00