-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
3.9.2
-
MOODLE_39_STABLE
FULL STEPS
- Clone the integration branch of the repo
- npm run setup
- npm start
- npx ionic cordova platform remove ios
- npx ionic cordova platform add ios
- open ./platforms/ios/Moodle.xcworkspace
- Run iPad simulator
- Enter Moodle URL of our LMS to login (on the site, version 3.8.4, mobile auth is set to browser window for SSO)
- Sent to manual auth login
WHAT YOU EXPECTED
- Sent to SSO login in browser
WHAT ACTUALLY HAPPENS
- Sent to manual auth login
On the iPhone, the mobile auth setting is working properly.