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
One of our application uses the SDK for talking to the CIS API.
The SDK handles the case where the access token expires but does not handle the case where the refresh token itself expires. We get the following error:
Authentication failed, Unable to refresh auth token: Request failed with status code: 400, BXNIM0408E: Provided refresh token is expired. Try again later
The only way to fix the issue is to restart the application where we get a new refresh token. Can this be handled within the IAM GO API ?
The text was updated successfully, but these errors were encountered:
One of our application uses the SDK for talking to the CIS API.
The SDK handles the case where the access token expires but does not handle the case where the refresh token itself expires. We get the following error:
The only way to fix the issue is to restart the application where we get a new refresh token. Can this be handled within the IAM GO API ?
The text was updated successfully, but these errors were encountered: