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

Implement OIDC nonce #71

Open azmeuk opened 2 years ago

azmeuk commented 2 years ago

Depending on the flow used, the nonce parameter might be required, and some identity providers always require it.

As it is relatively cheap to implement, I suggest to always send a nonce to the identity servers for the authentication request, whatever flow is used.

What do you think?