Skip to content

Amazon Cognito support? #430

@space55

Description

@space55

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions