nextcloud / user_oidc

OIDC connect user backend for Nextcloud
GNU Affero General Public License v3.0
82 stars 33 forks source link

DomainException: Unrecognised or unsupported EC curve at apps/user_oidc/lib/Vendor/Firebase/JWT/JWK.php line 145 #823

Open promasu opened 6 months ago

promasu commented 6 months ago

With certain configurations of Keycloak as OIDC the login fails and the above mentioned error is posted to the nextcloud log. This regression was introduced by f7b68dd which bumped the version of firebase/php-jwt which contains the buggy code.

ref: https://github.com/firebase/php-jwt/issues/561