oidc-library/src/main/java/org/gcube/oidc/rest
Mauro Mugnaini 098bfc9fef
Removed `permission` list from exchange method signature and improved it adding also `refresh-token` as requested token type and `offline_access` scope. Added also extra headers support for all the token methods.
2024-03-27 18:43:21 +01:00
..
JWTToken.java Internally renamed variable `token` to `tokens` since the JSON helds more tah one token 2021-06-24 11:03:31 +02:00
OpenIdConnectConfiguration.java Added avatar settings and retrieve helper method (#19726) 2020-08-12 20:12:21 +02:00
OpenIdConnectRESTHelper.java Removed `permission` list from exchange method signature and improved it adding also `refresh-token` as requested token type and `offline_access` scope. Added also extra headers support for all the token methods. 2024-03-27 18:43:21 +01:00
OpenIdConnectRESTHelperException.java Added parsing of the response if is JSON and added specific exception to handle also this response 2020-12-21 18:00:08 +01:00