default to agreeing to terms
This commit is contained in:
parent
ce0bdbd108
commit
aac6275285
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue