curl -X POST \
https://{domain}/auth/realms/{realm}/protocol/openid-connect/token \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d
'grant_type=refresh_token&client_id={client_id}&client_secret={secret}&refresh_token={refresh_token}'
On Tue, 6 Nov 2018 at 17:13, Fabio Ebner <fabio.ebner(a)lumera.com.br> wrote:
Hown can I refresh a token? after he expires?
tks
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user