Closed (fixed)
Project:
Microsoft 365 Connector
Version:
3.0.6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2022 at 13:04 UTC
Updated:
4 Apr 2022 at 10:14 UTC
Jump to comment: Most recent
Comments
Comment #2
Vlame commentedComment #4
fabianderijkI can't reproduce this issue, but maybe this has something to do with an outdated version constraint on the externalauth module. I've updated the version in the composer.json of this module. Can you upgrade to the 3.0.7 version with
composer update drupal/o365 --with-dependencies? This also updates the externalauth module to the newest version.Comment #5
johanf commentedHello
i got this error too.
you have to enable externalauth module first and then o365 module.
the reason is externalauth is not in dependencies list of o365 module in the o365.info.yml
Comment #6
johanf commentedComment #9
fabianderijkI've added the
- externalauth:externalauthas a dependency.