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
Tag: oauth-2.0
Spring Security OAuth2 not using token expire values from properties
I am trying to configure my application to pull access and refresh token expire times from my properties file rather than setting them in the java configuration. However it is not picking them up and instead reverts to the default values. Here is a sample of my Java config where I set the expire values manually. This works just fine
Spring Boot Oauth2 Extending DefaultTokenServices
I have an OAuth2 implementation that is working fine for the grant type = password. Now I need to add a logic of restricting the same user/password combination to be allowed to login again if the user …
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