From bc82bb6f1b01b6bb615f45cefa622754c8e73b78 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Mon, 20 Nov 2017 08:59:23 -0800 Subject: [PATCH] Moved scopes to well-known dir. --- well-known/oauth3/scopes.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 well-known/oauth3/scopes.json diff --git a/well-known/oauth3/scopes.json b/well-known/oauth3/scopes.json new file mode 100644 index 0000000..268acf7 --- /dev/null +++ b/well-known/oauth3/scopes.json @@ -0,0 +1,26 @@ +{ + + "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)" + , "domains@oauth3.org": "Domain registration (and Glue and NS records)" + , "domains:glue": "Glue Record management (for vanity nameservers)" + , "domains:ns": "Name Server management" + , "dns": "DNS records (A/AAAA, TXT, SRV, MX, etc)" + + , "hello@example.com": "Hello World Example Access" + , "authn@oauth3.org": "Basic secure authentication" + , "wallet@oauth3.org": "Access to payments and subscriptions" + , "bucket@oauth3.org": "Access to file storage" + , "db@oauth3.org": "Access to app data" + , "domains@oauth3.org": "Domain registration (and Glue and NS records)" + , "domains:glue@oauth3.org": "Glue Record management (for vanity nameservers)" + , "domains:ns@oauth3.org": "Name Server management" + , "dns@oauth3.org": "DNS records (A/AAAA, TXT, SRV, MX, etc)" + , "www@daplie.com": "Websites and webapps" + + , "*": "FULL ACCOUNT ACCESS" + }