Skip to content

Commit

Permalink
endusers shouldn't be able to manage applications - scope removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Zarubin committed May 11, 2018
1 parent 33efebd commit 67447e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/actions/auth.js
Expand Up @@ -8,7 +8,7 @@ const webAuth = new auth0.WebAuth({ // eslint-disable-line no-undef
domain: window.config.AUTH0_DOMAIN,
clientID: window.config.AUTH0_CLIENT_ID,
responseType: 'id_token token',
scope: 'openid name email nickname read:applications manage:applications',
scope: 'openid name email nickname read:applications',
audience: 'urn:auth0-sso-dashboard'
});

Expand Down

0 comments on commit 67447e8

Please sign in to comment.