Hi

at the moment I'm not able to set any client config through settings.php. Is it supported or I'm doing something wrong?.

$config['openid_connect.clients.kc']['settings']['client_secret']='my secret here';

does not works.

Any hint? Do you plan to implement ConfigFactoryOverrideInterface?

Comments

xlyz created an issue. See original summary.

xlyz’s picture

Status: Active » Closed (works as designed)

never mind, it was a typo:

$config['openid_connect.client.kc']['settings']['client_secret']='my secret here';

client, not clients!