During analysis of the SPID authentication flow implemented via the Shibboleth plugin, I identified a possible open redirect issue caused by the propagation of a user-controlled target parameter through the authentication
Steps to Reproduce:
- At first visit this url http://target.com/Shibboleth.sso/Login?target=
- Then use any url in target query parameter.
- your link will be look like:
http://target.com/Shibboleth.sso/Login?target=https://{site}.com
- login your account and you will redirect to the url.

During analysis of the SPID authentication flow implemented via the Shibboleth plugin, I identified a possible open redirect issue caused by the propagation of a user-controlled target parameter through the authentication
Steps to Reproduce:
http://target.com/Shibboleth.sso/Login?target=https://{site}.com