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

Unable to register callback URL with parameters #61

Open ScottGuymer opened 2 years ago

ScottGuymer commented 2 years ago

The OIDC provider I am using does not support the inclusion of parameters in the OIDC callback URL.

eg

/index.php?module=LoginOIDC&action=callback&provider=oidc

Is it possible to use a callback URL without parameters in it? Is there any alternative

christophvw commented 9 months ago

apache2: RewriteEngine On RewriteRule ^/oidc/callback /index.php?module=LoginOIDC&action=callback&provider=oidc [QSA,NE,R,L]

LoginOIDC config: Redirect URL: https://matomo-serverfqdn/oidc/callback