ExtraParameters field passed with LoginWithClientCredentialsRequest not used #353
Closed
6 tasks done
Labels
bug
Something isn't working
Checklist
Description
We are trying to pass some additional data with the client credentials request so that we can use the flows to expand the access token with custom claims.
ExtraParameters
is documented as properties that will be used to included with the requestI've confirmed through the code that
ExtraParameters
appears to only be used with theLoginWithPassword
So the request body sent is
Expectation
The parameters defined in
ExtraParameters
should be included in the body of the client_credentials requestUpon testing manually, those extra parameters, if sent like this, are available in the M2M flow and it allows me to add it to the access token custom claims
Reproduction
Using the go package, make a request using the LoginWithClientCredentials while including the
ExtraParameters
property set inwhen the request is sent, the body of the request will not include the
Auth0 Go SDK version
1.4.0
The text was updated successfully, but these errors were encountered: