dominik-th / matomo-plugin-LoginOIDC

external authentication services for matomo
https://plugins.matomo.org/LoginOIDC/
GNU General Public License v3.0
40 stars 29 forks source link

Redirecting to the default site ID after OIDC authentication #109

Open Meli1Git opened 5 months ago

Meli1Git commented 5 months ago

When I navigate to https://<matomo_url>/index.php?module=CoreHome&action=index&**idSite=X**&period=day&date=yesterday#?period=day&date=yesterday&category=Dashboard_Dashboard&subcategory=1, and then pass the OIDC authentication, Matomo redirects me to the default site ID instead of the intended site (ID X). This issue does not occur with standard username and password authentication; it appears to be specific to OIDC authentication. How can I ensure that the initial ID parameter is taken into consideration during the redirection process?