CMSTrackerDPG / MLplayground

Web application for collaborating to build ML models for Tracker DQM/DC
4 stars 2 forks source link

Update to use OIDC #99

Closed nothingface0 closed 1 year ago

nothingface0 commented 1 year ago

As investigated here, django-allauth does not need to have a dedicated cern provider anymore, as the OpenID Connect (OIDC) one is sufficient.

This PR adapts the login procedure to OIDC.

Extra steps to be taken after this is merged: