Skip to content

Allow for missing offline_access scope#3079

Open
WilliamBZA wants to merge 1 commit into
masterfrom
allow-offline-scopes
Open

Allow for missing offline_access scope#3079
WilliamBZA wants to merge 1 commit into
masterfrom
allow-offline-scopes

Conversation

@WilliamBZA

Copy link
Copy Markdown
Member

Fixes #3078

Allows for ServiceControl to tell ServicePulse what the token should be, if ServiceControl does not tell ServicePulse, then ServicePulse will default to the previous behaviour.

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ServicePulse hard-codes the offline_access scope instead of using the scope ServiceControl provides

1 participant