We have a react app and we're using keycloak for login. After login, Keycloak calling this api "POST https:///auth/realms/mmc/protocol/openid-connect/token" twice first with refresh token that fails with 400 and then with code, grant_type, client_id that return 200. Keycloak calling this after regular interval. This calling making application refresh after regulat interval. How to avoid this. If there's any keycloak settings to be set or is there's any way to handle it properly.
We have a react app and we're using keycloak for login. After login, Keycloak calling this api "POST https:///auth/realms/mmc/protocol/openid-connect/token" twice first with refresh token that fails with 400 and then with code, grant_type, client_id that return 200. Keycloak calling this after regular interval. This calling making application refresh after regulat interval. How to avoid this. If there's any keycloak settings to be set or is there's any way to handle it properly.