Fix a issue with spring boot application (spring security refresh token not working)

Job ID: 35572685

Budget: ₹600 – ₹1,500 INR

Hi,

Project is based on spring boot

In this project, we use 2 authentication, LADP and JDBC

When username and password is provided on /oauth/token URL spring will check the credentials for LADP if it matches it will give bearer token and refresh token (both tokens working)

Suppose if the LADP credentials is not matching, spring will check for JDBC authentication and if it matches, it will also provide bearer token and refresh token. In this case the provided bearer token is working fine but refresh token is not working (getting user is null error)

The requirement of this project is to fix this refresh token.