We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f695340 + 789d11b commit 12fab5dCopy full SHA for 12fab5d
src/Provider/Keycloak.php
@@ -177,6 +177,18 @@ protected function getDefaultScopes()
177
return ['name', 'email'];
178
}
179
180
+ /**
181
+ * Returns the string that should be used to separate scopes when building
182
+ * the URL for requesting an access token.
183
+ *
184
+ * @return string Scope separator, defaults to ','
185
+ */
186
+ protected function getScopeSeparator()
187
+ {
188
+ return ' ';
189
+ }
190
+
191
192
/**
193
* Check a provider response for errors.
194
*
0 commit comments