amazon-cognito-auth-js
amazon-cognito-auth-js copied to clipboard
Support for the `idp_identifier` AUTHORIZATION endpoint parameter
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.