set client setting in settings.php

Created on 15 May 2023, over 1 year ago

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?

Feature request
Status

Closed: works as designed

Version

2.2

Component

Code

Created by

🇮🇹Italy xlyz

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @xlyz
  • Status changed to Closed: works as designed over 1 year ago
  • 🇮🇹Italy xlyz

    never mind, it was a typo:

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

    client, not clients!

Production build 0.71.5 2024