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