Skip to content
Advertisement

Tag: oauth-2.0

Refresh access_token via refresh_token in Keycloak

I need to make the user keep login in the system if the user’s access_token get expired and user want to keep login. How can I get newly updated access_token with the use of refresh_token on Keycloak? I am using vertx-auth for the auth implementation with Keycloak on vert.x. Is it possible to refresh access_token with vertx-auth or Keycloak’s REST

CORS interfering with Spring Security oauth2

I’m having problems trying to get a token from oauth/token from the browser. I have a Spring Boot application with Spring Security and Spring Security oauth, and I’m trying to authenticate from a javascript SPA in a different port. When CORS is disabled in the backend, I can get tokens from the oauth endpoints no problem, using either Postman or

Advertisement