troeger / opensubmit

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Added new web authentication method: OpenID Connect (OIDC) #242

Closed tzwenn closed 6 years ago

tzwenn commented 6 years ago

Implemented a new authentication method based on django-social.

Command line tool opensubmit-web can be used to configure endpoint, id, secret and login button title.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.2%) to 79.576% when pulling eb06ce57a129282a06e906fd91ac738a1fca110e on tzwenn:feature/openid_connect into c4b05e0eb99f972ce6f66e26a55adb4c09e4cb11 on troeger:master.

troeger commented 6 years ago

Looks good, thanks for the contribution! Release follows shortly ....