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
It seems like this package doesn't support a cognito user pool client with secret.
according to cognito documentation when the client has a secret it must be passed through the authentication header
Authorization
If the client was issued a secret, the client must pass its client_id and client_secret in the authorization header through Basic HTTP authorization. The secret is Basic
Base64Encode(client_id:client_secret).
currently I am able to use this package only with cognito user pool clients that don't have a secret id
it would be nice to be able to use both options :)
The text was updated successfully, but these errors were encountered:
Hi yoavya,
I have not tried to use the package with the setup you describe, but according to the documentation you linked it makes sense that the package doesn't work in that situation. This is definitely something that should be supported. I'll add it to our backlog.
It seems like this package doesn't support a cognito user pool client with secret.
according to cognito documentation when the client has a secret it must be passed through the authentication header
currently I am able to use this package only with cognito user pool clients that don't have a secret id
it would be nice to be able to use both options :)
The text was updated successfully, but these errors were encountered: