Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

[feature request] Add support for Amazon Cognito authorization model #145

Open
zshamrock opened this issue Jul 20, 2020 · 0 comments
Open

Comments

@zshamrock
Copy link

zshamrock commented Jul 20, 2020

https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html

Currently trying to use existing "oauth2" and entering the values from

https://cognito-idp.us-east-1.amazonaws.com/<pool id>/.well-known/openid-configuration

it fails with the following error:

{"code":"BadRequest","message":"The server did not understand the operation that was requested.","type":"client"}

And the following request was constructed:

https://cognito-idp.us-east-1.amazonaws.com/<pool id>/authorize?client_id=<client id>&redirect_uri=http%3A%2F%2Flocalhost&response_type=code&state=<state>&scope=email%2Copenid&code_challenge=<challenge>&code_challenge_method=S256
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant