Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon Cognito support? #430

Open
space55 opened this issue Oct 25, 2020 · 1 comment
Open

Amazon Cognito support? #430

space55 opened this issue Oct 25, 2020 · 1 comment

Comments

@space55
Copy link

space55 commented Oct 25, 2020

Hello,

I just had a quick question. Are there any plans to provide support for Amazon Cognito?

They have an "oddity" with how they accept the client ID & secret on the TOKEN route: https://docs.aws.amazon.com/cognito/latest/developerguide/token-endpoint.html

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).

Last I checked, this wasn't standard, but it's also possible I'm completely misremembering the RFC.

Are there any plans to support this in the library? I can write a PR if needed.

Thanks!

@jtroussard
Copy link
Contributor

Please feel free to submit PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants