Add an option to specify request parameters to forward to the client redirect_uri.
Example if the request uri called is https://example.com/users/auth/openid?param1=azerty and the parameter forwarding_request_params is set to ["param1"], this allow to add ?param1=azerty on the fly to the given client.redirect_uri
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Add an option to specify request parameters to forward to the client redirect_uri. Example if the request uri called is https://example.com/users/auth/openid?param1=azerty and the parameter forwarding_request_params is set to ["param1"], this allow to add ?param1=azerty on the fly to the given client.redirect_uri