3

Hi there i'm beginner in using moodle i want my custom website which is on ASP.net can anyone guide me that how can i add SSO feature for my website.

Thank you in advance.

M.Nabeel
  • 1,066
  • 7
  • 19

1 Answers1

1

You've got several options for Moodle. Depends on what authentication method you are using in your asp.net project?

These come with Moodle and might be suitable for .net:

LDAP - https://docs.moodle.org/30/en/LDAP_authentication

NTLM - https://docs.moodle.org/30/en/NTLM_authentication

Or use SAML, but you will need to install the SAML plugin and install simplesamlphp on your web server.

https://moodle.org/plugins/auth_saml

Russell England
  • 9,436
  • 1
  • 27
  • 41