Add scope
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const auth0Config = {
|
|||||||
redirectUri: getRedirectUri(),
|
redirectUri: getRedirectUri(),
|
||||||
audience: "http://dancefinder.unbound.se",
|
audience: "http://dancefinder.unbound.se",
|
||||||
responseType: "token id_token",
|
responseType: "token id_token",
|
||||||
scope: "openid profile"
|
scope: "openid profile readwrite:settings"
|
||||||
};
|
};
|
||||||
|
|
||||||
const webAuth = new AuthClient(auth0Config);
|
const webAuth = new AuthClient(auth0Config);
|
||||||
|
|||||||
Reference in New Issue
Block a user