owncloud / openidconnect

OpenId Connect (OIDC) Integration for ownCloud
GNU General Public License v2.0
5 stars 2 forks source link

PKCE Error, code missing. PKCE documentation missing, then ES256 not supported? What is supported? #313

Closed ZacharyACoon closed 2 months ago

ZacharyACoon commented 2 months ago

Error in OpenIdConnect:Error: invalid_request Description: Invalid parameter: code challenge method is not configured one.

Okay, so I configure the only available option, S256

Error in OpenIdConnect:No support for signature type: ES256

DeepDiver1975 commented 2 months ago

Yeah - the underlying library does not (yet) support ES256 - not much we can do for the time being

https://github.com/jumbojett/OpenID-Connect-PHP/issues/287