default to agreeing to terms

This commit is contained in:
AJ ONeal 2017-02-21 18:08:23 -07:00
parent ce0bdbd108
commit aac6275285
1 changed files with 2 additions and 1 deletions

View File

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