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
Update and Get IdentityProvider (SAML2) does not give updated information for 5 mins. It is not due to the memory cache. We have turned off the cache at the SDK level. This looks like a sever-side issue.
What is expected to happen?
Get Identity Provider API gives the latest information,
What is the actual behavior?
The latest data reflect only after 5 mins.
Reproduction Steps?
Turn off the cache at the SDK client level.
Update SSO URL and Get IdentityProvider. My case is SAML2 IdP.
Alternatively, get Identity Provider directly from Postman.
Additional Information?
Clearly, the data is cached on the server. How can we avoid this?
Performing the same action on postman has no issue.
Golang Version
1.17
SDK Version
2.13.0
OS version
BuildNumber Caption OSArchitecture Version
19044 Microsoft Windows 10 Enterprise N 64-bit 10.0.19044
The text was updated successfully, but these errors were encountered:
Describe the bug?
Update and Get IdentityProvider (SAML2) does not give updated information for 5 mins. It is not due to the memory cache. We have turned off the cache at the SDK level. This looks like a sever-side issue.
What is expected to happen?
Get Identity Provider API gives the latest information,
What is the actual behavior?
The latest data reflect only after 5 mins.
Reproduction Steps?
Additional Information?
Clearly, the data is cached on the server. How can we avoid this?
Performing the same action on postman has no issue.
Golang Version
1.17
SDK Version
2.13.0
OS version
BuildNumber Caption OSArchitecture Version
19044 Microsoft Windows 10 Enterprise N 64-bit 10.0.19044
The text was updated successfully, but these errors were encountered: