jumbojett / OpenID-Connect-PHP

Minimalist OpenID Connect client

Home Page:https://github.com/jumbojett/OpenID-Connect-PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default value for getProviderConfigValue is supposed to be string, but is array

nadjaleyendecker opened this issue · comments

https://github.com/jumbojett/OpenID-Connect-PHP/blob/8ec206b60f87b4a1886c9c3eefa5f5d81d1ccc35/src/OpenIDConnectClient.php#L873C123-L873C142

$this->getProviderConfigValue('token_endpoint_auth_methods_supported', ['client_secret_basic']);

The second argument ['client_secret_basic'] is supposed to be a string.

Fixed with #376

#376 merged -> close