João Pedro

Results 9 comments of João Pedro

@Denis-WUAS @weilai-irl greetings. I believe that this happens because the `assign_photo` method first tries authenticate with user token instead of system or app token, even during cron. See below: https://github.com/microsoft/o365-moodle/blob/f796d9dfc27fdede24225cbc1ce445fb417fc1cb/local/o365/classes/feature/usersync/main.php#L204...

POC: - GHA File: https://github.com/joaop221/o365-moodle/blob/master/.github/workflows/main.yml - Run: https://github.com/joaop221/o365-moodle/actions/runs/8422751668 Pipeline fails due to validation errors.

@louiseelena I've had problems with field chars that is unsupported by database column. e.g.: phone number with letters.. The solution was unmap these fields.

Hi @weilai-irl. Is there a new due date for [2024-01](https://github.com/microsoft/o365-moodle/milestone/31) milestone's features?

Probably you've registered this 'https://test.formazione-polizia.ti.ch/auth/oidc/' at client id field. You can check that config by access 'Site admin' > 'Plugins' > 'Authentication' > 'OpenID Connect' > 'IdP and authentication': ![image](https://github.com/microsoft/o365-moodle/assets/23281490/279a4557-8807-4671-bc1d-19b2571316d4)

@Cristianbodda I really recommend a full check of Microsoft 365 Setup guide: https://docs.moodle.org/402/en/Microsoft_365 The problem can happen due to lot of miss configurations.

Hi @weilai-irl Apologies for not replying sooner. I've reviewed the implementation and am pleased that the foundational implementation is beneficial for the project. Do you need help to reduce problems...