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
Is your suggestion related to an experience ? Please describe.
Currently, the SDK only supports adding custom parameters to the /oauth2/authorize request.
However, there may be cases where we need to send custom parameters to the /oauth2/token request as well.
ex: Attaching the tokenBindingId to facilitate client-request binding type in WSO2 Identity Server
Implement a generic method to pass custom parameters to the /oauth2/token request.
Additional context
We can augment the signIn method of the wrapper SDKs (auth-spa) to accept an additional argument to get the token request config which will contain additional params.
The text was updated successfully, but these errors were encountered:
Is your suggestion related to an experience ? Please describe.
Currently, the SDK only supports adding custom parameters to the
/oauth2/authorize
request.However, there may be cases where we need to send custom parameters to the
/oauth2/token
request as well.ex: Attaching the
tokenBindingId
to facilitateclient-request
binding type in WSO2 Identity ServerDescribe the improvement
Implement a generic method to pass custom parameters to the
/oauth2/token
request.Additional context
We can augment the
signIn
method of the wrapper SDKs (auth-spa) to accept an additional argument to get the token request config which will contain additional params.The text was updated successfully, but these errors were encountered: