cryptpad / sso

CryptPad official SSO plugin
https://cryptpad.org
GNU Affero General Public License v3.0
13 stars 6 forks source link

Fix for state required state parameter #8

Closed HarryKodden closed 4 months ago

HarryKodden commented 7 months ago

During testing with "Authelia" it turned out that the the STATE parameters is a mandatory request parameter in the OIDC Authorization request. (even with PKCE enabled) Added this parameter as a random value. It is not verified during the callback processing. The PKCE verification should be sufficient.