[keycloak-user] How to refresh token
Geoffrey Cleaves
geoff at opticks.io
Tue Nov 6 12:34:22 EST 2018
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 at lumera.com.br> wrote:
> Hown can I refresh a token? after he expires?
>
> tks
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
More information about the keycloak-user
mailing list