You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work like works token refresh in KeyCloak
in KeyCloak we are sending HTTP-request to token endpoint auth/realms/master/protocol/openid-connect/token
but instead of passing username && password we are passing refresh_token through the body of a request (x-www-form-urlencoded) simulteneously with refresh_token value for key grant_type
The text was updated successfully, but these errors were encountered:
It should work like works token refresh in
KeyCloak
in KeyCloak we are sending HTTP-request to token endpoint
auth/realms/master/protocol/openid-connect/token
but instead of passing
username
&&password
we are passingrefresh_token
through the body of a request (x-www-form-urlencoded
) simulteneously withrefresh_token
value for keygrant_type
The text was updated successfully, but these errors were encountered: