Commit Graph

11 Commits

Author SHA1 Message Date
Mauro Mugnaini 0182c41ec0 Definitively removed the `UMATokensProvider` class since is no more useful to anyone 2021-06-07 11:42:03 +02:00
Mauro Mugnaini 664ea7b34c Removed errors to let the lib to build again 2021-06-07 11:26:14 +02:00
Mauro Mugnaini 443a529cf7 Temporary add error to prevent new compilations 2021-05-27 12:07:36 +02:00
Mauro Mugnaini be4d105190 Changed visibilty of helper method to provide tokens in threadlocal to public 2021-05-25 09:49:30 +02:00
Mauro Mugnaini 5407b79e9a The `UMATokensProvider` (formerly `UmaJWTProvider`) is now in this lib and new provider from common library (`AccessTokenProvider`) is used to transport the `access-token` only to the client lib 2021-05-24 19:06:52 +02:00
Mauro Mugnaini 51677353b0 Calling directly the right method with session parameter since it is visible in intra-class calls 2021-04-29 19:30:17 +02:00
Mauro Mugnaini bef2410aa4 New methods exposed to issue a temporary UMA/RPT token to the OIDC server and some exceptions classes related to inreresting cases 2021-03-30 19:50:57 +02:00
Mauro Mugnaini b09f9509d5 Extracted the UMA issuing code for logged user from the Valve in the `threadlocal-vars-cleaner` project to be used also after the login process for UMA issue in the context, since the Valve has already finished its work at that moment. (#20591) 2021-03-17 11:42:21 +01:00
Mauro Mugnaini 58f154f6d8 Added avatar URL setting (#19726) 2020-08-12 20:14:04 +02:00
Mauro Mugnaini bb7c32faae Rationalized logs 2020-07-03 17:32:48 +02:00
Mauro Mugnaini 57b495af18 OIDC UMA util class to set infrastructure manager token in the thread local object 2020-06-18 12:11:44 +02:00