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
App broker is not able to deploy and undeploy backing application due to error=“invalid_token”, error_description=“Invalid refresh token (expired)
Given Username and password is configured in cloud.deployer.cloudfoundry and app broker generates the access token to communicate with cloud foundry platform.
When service instance are created immediately after App broker is deployed or restarted, all functions of the app broker is working fine as expected.
Then after 45 mins to 1 hour time frame, OAuth refresh token expires and app broker fails to deploy or undeploy backing application resulting in error.
Is there a way for app broker to automatically renew the access/refresh token after the expiry period of the current token?
Please let me know if there is any other configuration exists to solve this issue. Thanks in advance
The text was updated successfully, but these errors were encountered:
App broker is not able to deploy and undeploy backing application due to error=“invalid_token”, error_description=“Invalid refresh token (expired)
Given Username and password is configured in cloud.deployer.cloudfoundry and app broker generates the access token to communicate with cloud foundry platform.
When service instance are created immediately after App broker is deployed or restarted, all functions of the app broker is working fine as expected.
Then after 45 mins to 1 hour time frame, OAuth refresh token expires and app broker fails to deploy or undeploy backing application resulting in error.
Is there a way for app broker to automatically renew the access/refresh token after the expiry period of the current token?
Please let me know if there is any other configuration exists to solve this issue. Thanks in advance
The text was updated successfully, but these errors were encountered: