roleUser is gone as well

This commit is contained in:
Johannes Zellner
2015-10-15 12:50:48 +02:00
parent 0aedff4fec
commit ae1bfaf0c8
7 changed files with 20 additions and 20 deletions

View File

@@ -610,7 +610,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
this._userInfo = {};
var callbackURL = window.location.protocol + '//' + window.location.host + '/login_callback.html';
var scope = 'root,profile,apps,roleUser';
var scope = 'root,profile,apps';
// generate a state id to protect agains csrf
var state = Math.floor((1 + Math.random()) * 0x1000000000000).toString(16).substring(1);