Sami Jaktholm
Sami Jaktholm
### Describe the bug When using AWS IAM Identity Center authentication with the sso-session based configuration, the AWS SDK SSO Credential Provider fails to load AWS credentials if the AWS...
This commit fixes an issue which caused the SSO credentials provider to fail to resolve credentials if a cached access token associated with an sso-session required a refresh. Reason for...
## STR 1. Open django shell: `./manage.py shell` 2. Execute the following commands: ``` python from django.core.management import call_command call_command("test", version=True) ``` ## What happens The `test` command executes `nosetests...