Actions
action #67573
closed"OpenID Connect" support in openQA
Description
Actions
Added by okurz almost 5 years ago. Updated almost 5 years ago.
Description
If i understand OpenID Connect correctly it's really just OAuth 2.0, which might be rather easy to support with existing Mojolicious plugins.
That's what @cdywan is experimenting with: https://github.com/os-autoinst/openQA/pull/3150
Right. So after all as expected it could be the stories align well.
The difference between OAuth 2.0 and OpenID Connect is that the former provides authorization (am I allowed?), the latter covers authentication (who am I?). So #67576 naturally overlaps with this.
openid email
scope and provides id_token
to avoid calling into Google API to authenticate.id_token
.With #67576 implemented, this ticket boils down to adding OpenID Connect-implementing providers.
cdywan wrote:
With #67576 implemented, this ticket boils down to adding OpenID Connect-implementing providers.
and that can be done whenever a specific need arises. I would say with the done work we can actually resolve.