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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: