We are checking all the paths to integrate a .Net application with Moodle, we would like to redirect our .net application users to Moodle so they can take some courses there but I have some questions:
- Is it required to create a user for each account so they can enroll in a course in Moodle? I mean is it possible to have "anonymous" students taking courses in Moodle?
- We would like to authenticate our users from our .Net application and redirect them directly to a course in Moodle, is this possible?
Thanks!