amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
424 stars 232 forks source link

Support for the `idp_identifier` AUTHORIZATION endpoint parameter #194

Open delissonjunio opened 5 years ago

delissonjunio commented 5 years ago

Cognito's documentation states that it supports a parameter named idp_identifier containing a string to be matched against the list of identifiers configured for the User Pool.

I don't see this being supported here, CognitoAuth.js only includes support for identity_provider.

I'm (super) willing to submit a PR for this if there's really nothing to be used.