From 08e3da092bcda13c71396fde8dc4acd2d9647ed1 Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Sat, 15 Jan 2022 17:16:24 +0000 Subject: [PATCH] [OAuth2] Add scopes --- config/packages/trikoder_oauth2.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/packages/trikoder_oauth2.yaml b/config/packages/trikoder_oauth2.yaml index 2f21b88ef2..6b576083a8 100644 --- a/config/packages/trikoder_oauth2.yaml +++ b/config/packages/trikoder_oauth2.yaml @@ -11,3 +11,10 @@ trikoder_oauth2: persistence: doctrine: null + + # Scopes that you wish to utilize in your application. + # This should be a simple array of strings. + scopes: + - read + - write + - follow \ No newline at end of file