There are no API settings provided in the settings.php. Please fix this error.

Created on 20 November 2023, about 1 year ago
Updated 24 November 2023, 12 months ago

Problem/Motivation

I was trying to get this set up, but there was no documentation provide (not even a README) that had the specifications for required settings.php settings.

Steps to reproduce

Proposed resolution

After reviewing the module code, it would appear you just need to include something in the README and on your drupal.org documentation page(s) that provides a simple template of what's required:

$settings['o365'] = [
'api_settings' => [
'client_id' => '',
'client_secret' => '',
'tenant_id' => '',
],
];

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

5.0

Component

Documentation

Created by

🇺🇸United States mausolos

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

Comments & Activities

Production build 0.71.5 2024