omniauth / omniauth_openid_connect

MIT License
170 stars 187 forks source link

forward request parameters to client redirect_uri #70

Closed gcolson closed 3 years ago

gcolson commented 4 years ago

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

stale[bot] commented 3 years ago

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.