Skip to content

Draft: For SM token, check requested scopes against avail scopes

Aleksei Lipniagov requested to merge 439338-check-if-requested-scopes-avail into master

What does this MR do and why?

Check that the requested scopes are available when requesting Self-Managed access token via CloudConnector::AccessService#access_token.

It also introduces a convenient abstraction to access Cloud Connector data for the connected services.
For example: CloudConnector::AccessService.new.for(:duo_chat).started?

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

TBD

Related to #439338

Edited by Aleksei Lipniagov

Merge request reports