From c7c910cf5cfa3a00733972b94cd248d52c38a9d7 Mon Sep 17 00:00:00 2001 From: cbornet Date: Fri, 22 Jul 2016 14:01:18 +0200 Subject: [PATCH] set default oauth scope separator to whitespace Fix #1598 --- dist/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.html b/dist/index.html index 0d19100f..06dcad5c 100644 --- a/dist/index.html +++ b/dist/index.html @@ -59,7 +59,7 @@ clientSecret: "your-client-secret-if-required", realm: "your-realms", appName: "your-app-name", - scopeSeparator: ",", + scopeSeparator: " ", additionalQueryStringParams: {} }); }