Authentication against Azure Active Directory

Authentication against Azure Active Directory

by Conor Bradley -
Number of replies: 1
I'm looking for a way to:

- authenticate users on a specific Azure AD (and only that AD - I don't want to allow everyone with a microsoft account to log in to my Moodle)

- import users from that Azure AD as an automated task

Is there any way of doing that at present? 

The Office 365 plugins seem to do this but they require you to have access to an Office 365 account on that Azure AD with admin privileges. This seems like overkill and a security risk - I only want to read the directory to enable authentication and import users, I don't need/want the option to write back to the Azure AD.

Average of ratings: -
In reply to Conor Bradley

Re: Authentication against Azure Active Directory

by Nadirshah Ferozepurwalla -
Never used Azure but if its AD related, can you just use the LDAP Authentication method in moodle3? which has a ldap sync script when enabled its syncs/creates all the users without using any admin rights, you only need reading rights.