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" + }