Using PKCE flow with @aws-sdk/client-cognito-identity-provider

0

Hello, I am not clear if it's possible to implement a PKCE authentication flow by using cognito SDK @aws-sdk/client-cognito-identity-provider. I am currently authenticating the user by providing a form on my application and sending username and password to my node.js backed which is using the InitiateAuthCommand with the AuthFlow "USER_PASSWORD_AUTH". I can't find the documentation to implement a PKCE flow using aws sdk? Is that even possible? And if so, what action should I implement? Thank you

asked 2 years ago567 views
1 Answer
0

You cannot do PKCE with aws-sdk/client-cognito-identity-provider at the moment now.

AWS
EXPERT
Parnab
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions