-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to establish Cognito client connection #2944
Comments
Confirming downgrading to 3.314.2 corrected the issue. |
Same issue, Confirming downgrading to 3.314.2 corrected the issue. |
Hi all, Sorry to hear about the issues. Looking into this now. |
This was caused by a discrepancy in the |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
As of roughly 2:00PM on 6/17/2024, we've been unable to establish client connections to Cognito to verify access tokens that are produced by the service.
Error output:
Could not resolve an authentication scheme: The service does not support
smithy.api#noAuthauthentication.
Expected Behavior
Connect to Cognito and verify access token
Current Behavior
No connection to Cognito can be established
Reproduction Steps
Example code:
$config['aws']['credentials']
is a correct associative array with valid access credentials.Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.314.3
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP 8.2.15, Ubuntu 22.04
The text was updated successfully, but these errors were encountered: