illinois-cs241 / broadway-on-demand

Webapp that facilitates on-demand assignment autograding via Broadway.
Other
11 stars 4 forks source link

Migrate to using Azure AD Authenatication from Google Authenatication #154

Closed angrave closed 10 months ago

angrave commented 1 year ago

Migrate to using Azure AD Authenatication from Google Authenatication. One advantage is that it does not require students to opt-in on the Cloud Dashboard.

Azure AD Authentication is supported by AuthJS https://next-auth.js.org/providers/azure-ad Passport https://www.passportjs.org/packages/passport-azure-ad-oauth2 and OpenID Connect (OIDC).