override client configurations in settings.php

Created on 9 August 2022, almost 2 years ago
Updated 13 October 2023, 9 months ago

Problem/Motivation

Hi,
Is it possible to override client configurations (name, clientID, secret etc.) in the settings.php?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Fixed

Version

2.0

Component

Miscellaneous

Created by

🇫🇮Finland Youcanlearnit

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇸United States kid_baco

    FYI, for version 3.0.0-alpha2, it should be client, not settings in the first array key...
    $config['openid_connect.client.

    ex)
    $config['openid_connect.client.okta']['facebook']['client_id'] = your_client_id
    $config['openid_connect.client.okta']['facebook']['client_secret'] = your_client_secret
    $config['openid_connect.client.okta']['facebook']['okta_domain'] = your_client_domain

Production build 0.69.0 2024