tools icon indicating copy to clipboard operation
tools copied to clipboard

Add support for custom parameters in token exchange request

Open supermandavid opened this issue 10 months ago • 0 comments

Currently, the oauth2 package does not support passing custom properties when exchanging an authorization code for a token. This is a limitation for use cases where additional properties (e.g., audience, resource, or custom claims) need to be included in the token exchange request.

supermandavid avatar Mar 03 '25 05:03 supermandavid