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