Open
Description
Hi,
We are using oauth2 to authenticate against our custom OpenID Connect identity provider.
We need to pass some additional parameters when requesting tokens.
The way we did this so far is
- added parameters we need as properties to oauth2_config
- oauth2_config::_request_token does append_query() for our additional properties
May be passing additional parameters when requesting tokens could be done in a better more generic way and be added to the cpprestsdk?
With regards,
Alexey.