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
feat(auth): extra retry for failed SSO OIDC request #3498
Problem:
Sessions may "expire" earlier than expected due to network faults.
Solution:
Increase retries for InvalidGrantException.
Using default retry strategy (exponential backoff) with 2 retries (AWSSDK default), max attempts is now 3.
0 commit comments