openSUSE / cavil

The legal review and SBOM system used by SUSE and openSUSE
GNU General Public License v2.0
35 stars 6 forks source link

Switch from OpenID to OpenID Connect (OAuth 2.0) #58

Closed kraih closed 2 years ago

kraih commented 2 years ago

The code we currently use was copied mostly from openQA a long time ago and is not all that reliable. We should replace it with Mojolicious::Plugin::OAuth2, which recently gained support for OpenID Connect (which the openSUSE identity provider also supports).

kraih commented 2 years ago

Done.