add callback

This commit is contained in:
AJ ONeal 2017-02-13 17:57:03 -07:00
parent 4acad44297
commit 458649d073
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@
, "credential_create": { "method": "POST" , "url": "api/org.oauth3.provider/logins" }
, "grants": { "method": "GET", "url": "api/org.oauth3.provider/grants/:azp/:sub" }
, "authorization_decision": { "method": "POST", "url": "api/org.oauth3.provider/authorization_decision" }
, "callback": { "method": "GET", "url": ".well-known/oauth3/callback.html#/" }
}