Skip to content

Visually indicate trusted OAuth applications in user's "Authorized applications" list

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Problem

Currently, if OAuth application is marked as trusted we skip the confirmation screen and authorize seamlessly.

Later user might get confused when looking at Authorized applications list and see the application they never gave access to.

Proposal

Somehow visually highlight these applications with a link to docs explaining what is meant by trusted applications.

image

When looking at the code for how we render the Admin Applications table it looks like we check for a trusted boolean attribute here: application.trusted? ? 'Y': 'N'.

We should be able to utilize the same application.trusted attribute to render a Trusted column on the user's Applications table. That column will be rendered within this @applications.each loop.

Edited by 🤖 GitLab Bot 🤖