microsoft / o365-moodle

Office 365 and Azure Active Directory plugins for Moodle
GNU General Public License v3.0
180 stars 136 forks source link

Moodle Smartphone App #2599

Open edgarronceroblanco opened 1 month ago

edgarronceroblanco commented 1 month ago

Hello, Is it possible to authenticate the Moodle App using OpenID Connect? Because I don't see the icon/login method.

AntonT76 commented 1 month ago

Hi,

as far as I know, it is not possible to use OIDC directly in the Moodle app. But in the Moodle backend you can configure the login via (external) browser. Then it should work.

Open: Moodle Administration - General - Mobile app - Mobile authentication set: Type of Login = via a browser window (for SSO Plugins)

hope, this will help br, Anton

edgarronceroblanco commented 1 month ago

It worked. Thank you!

Hi,

as far as I know, it is not possible to use OIDC directly in the Moodle app. But in the Moodle backend you can configure the login via (external) browser. Then it should work.

Open: Moodle Administration - General - Mobile app - Mobile authentication set: Type of Login = via a browser window (for SSO Plugins)

hope, this will help br, Anton