Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: HTTP Post credentials, Session Duration Backoff, Update SDK #74

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

danielewood
Copy link

Enhancements

Automatic Session Duration Backoff when IDP sets a Session Duration higher than the Role allows.

  • Introduced logic to automatically reduce session duration if it exceeds the maximum allowed duration by AWS.
  • Ensures smoother authentication when session duration mismatches occur.

Add Latest Role to Popup

  • The popup now displays the last assumed role and how long ago it was assumed.
  • Helps users quickly verify their current session details (and tell if a role was assumed and HTTP posted).

Add HTTP Post of Credentials

  • Introduced an option to send credentials via HTTP POST instead of saving them to a file. This is to overcome an issue in many corporate setting where Downloads cannot be automatically saved and must be individually selected for saving.

Updates

  • Updated AWS SDK to 3.734.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant