You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to #12, it would be good to directly support the authParamsMap options in the connection definition.
The authParamsMap provides a way to map parameters received in the authentication call into the authorization call sent to the external identity provider. For example:
In addition to #12, it would be good to directly support the
authParamsMap
options in the connection definition.The
authParamsMap
provides a way to map parameters received in the authentication call into the authorization call sent to the external identity provider. For example:Now if I do
tenant.auth0.com/authorize?....&bar=something
, the value will be mapped into a call likeidp.com/authorize?....&foo=something
.The text was updated successfully, but these errors were encountered: