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
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
It would be great if you could help us diagnose, why the Authorization header is not present (if needed I can supply you with the nescessary credentials for the Cognito instance too)
Kind regards and thanks in advance,
Lukas
The text was updated successfully, but these errors were encountered:
Fixed it by removing the secret both on Cognito's side (see aws-amplify/amplify-js#4426 - no auto generation allowed) and on the client side.
Aparently the identification via Authentification header was not needed after all, even though I second the merge of #1060 - an universal library should support such basic flows imho )
Dear maintainers,
I'm running into errors when trying to get this library to work with AWS Cognito.
It seems like AWS is expecting an Authorization header to be present(https://docs.aws.amazon.com/cognito/latest/developerguide/token-endpoint.html), when the token request is done, which it is not.
Token Request(copied from the Chrome network tab):
Configuration:
It would be great if you could help us diagnose, why the Authorization header is not present (if needed I can supply you with the nescessary credentials for the Cognito instance too)
Kind regards and thanks in advance,
Lukas
The text was updated successfully, but these errors were encountered: