Skip to content

Fix OAuth application authorization screen to appear with every access

What does this MR do?

If the configured access token in the provider had different scopes than the ones configured in the config file, inside the omniauth providers block, each time we tried to authenticate, a screen requesting authorization for that application appeared and a new access token was created.

This MR applies the patch from https://github.com/doorkeeper-gem/doorkeeper/pull/907. This patch is present in the 'doorkeepergem5.0.0` but it is a prelease.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Refs #46278 (closed)

Merge request reports