authorization_code grant flow with cognito #1526
Replies: 3 comments
-
Same issue here: I can retrieve the authorization code then I have to fetch the user manually |
Beta Was this translation helpful? Give feedback.
-
With AWS Cognito I tested the following scenarios: Implicit grantResult: Works
Authorization code grant (with empty codeChallengeMethod):Result: Does not work.
Authorization code grant (with codeChallengeMethod = S256):Result: Does not work.
based on that I believe there are two issues:
Issue related to #850 |
Beta Was this translation helpful? Give feedback.
-
What we should probably do is have |
Beta Was this translation helpful? Give feedback.
-
i am implementing
authorization_code
grant type flow with Amazon Cognito.right now i can manage to receive the
authorization_code
via query param after successfully signed in.how can i invoke the token endpoint that specified in
nuxt.config.js
to exchange for the access_token ?Beta Was this translation helpful? Give feedback.
All reactions