From aac6275285ec5df6329d1bddc55638c03c39644a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 21 Feb 2017 18:08:23 -0700 Subject: [PATCH] default to agreeing to terms --- well-known/oauth3/directives.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/well-known/oauth3/directives.json b/well-known/oauth3/directives.json index 956558c..a6bb1a8 100644 --- a/well-known/oauth3/directives.json +++ b/well-known/oauth3/directives.json @@ -1,4 +1,5 @@ -{ "authorization_dialog": { "url": "#/authorization_dialog" } +{ "terms": [ "oauth3.org/tos/draft" ] +, "authorization_dialog": { "url": "#/authorization_dialog" } , "access_token": { "method": "POST", "url": "api/org.oauth3.provider/access_token" } , "otp": { "method": "POST" , "url": "api/org.oauth3.provider/otp" } , "credential_otp": { "method": "POST" , "url": "api/org.oauth3.provider/otp" }