diff --git a/js/issuer.js b/js/issuer.js index eff27af..a4f55f9 100644 --- a/js/issuer.js +++ b/js/issuer.js @@ -107,13 +107,17 @@ $(function () { // TODO put in directives.json or similar var grantDescriptions = { 'oauth3_authn': "Basic secure authentication" + , 'auth@oauth3.org': "Basic secure authentication" , 'wallet': "Access to payments and subscriptions" , 'bucket': "Access to file storage" , 'db': "Access to app data" , 'domains': "Domain registration (and Glue and NS records)" // TODO make an alias + , 'domains@oauth3.org': "Domain registration (and Glue and NS records)" // TODO make an alias , 'domains:glue': "Glue Record management (for vanity nameservers)" , 'domains:ns': "Name Server management" , 'dns': "DNS records (A/AAAA, TXT, SRV, MX, etc)" + , 'dns@oauth3.org': "DNS records (A/AAAA, TXT, SRV, MX, etc)" + , 'www@daplie.com': "Websites and webapps" , '*': "FULL ACCOUNT ACCESS" };