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
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?