gardner / react-oauth2-pkce

React auth provider that works with AWS cognito PKCE🛡️🔒
49 stars 57 forks source link

Managed query string parameters in the authorize endpoint. #28

Open adrianolettieri opened 2 years ago

adrianolettieri commented 2 years ago

When configuring the authorizeEndpoint it may be necessary to set a url that contains a query string parameter. For example with AWS Cognito you can add idp_identifier to specify which idp should be used (without showing the list with alle the availble idps).