keycloak-client/src/main/java/org/gcube/common/keycloak
Mauro Mugnaini eabd708631
Temporary disabling exchange for offline token since with new keycloak original token should be issued with `offline` scope to work and has still to be inroduced the possibility to do it
2024-05-03 12:13:41 +02:00
..
model Fixed javadocs 2024-05-03 12:07:42 +02:00
DefaultKeycloakClient.java Temporary disabling exchange for offline token since with new keycloak original token should be issued with `offline` scope to work and has still to be inroduced the possibility to do it 2024-05-03 12:13:41 +02:00
KeycloakClient.java Temporary disabling exchange for offline token since with new keycloak original token should be issued with `offline` scope to work and has still to be inroduced the possibility to do it 2024-05-03 12:13:41 +02:00
KeycloakClientException.java Added support for the user of the D4S mapper that maps/shrink the `aud` to the value requested via `X-D4Science-Context` HTTP header 2023-03-23 18:27:24 +01:00
KeycloakClientFactory.java Added custom base URL set via factory (not automatically working cross environments) [#27234] 2024-04-22 17:50:00 +02:00
KeycloakClientHelper.java Added new `KeycloakClientHelper` class to perform token request for user in one shot and without the need to provide the `clientId` parameter (#25291). Only `context`, `username` and `password` are required. 2023-07-13 13:09:33 +02:00