updated the directives for the new issuer API

This commit is contained in:
tigerbot 2017-08-15 14:06:15 -06:00
parent c250ab07f4
commit b60e9b8fce
1 changed files with 8 additions and 9 deletions

View File

@ -2,12 +2,11 @@
, "api": "api.:hostname" , "api": "api.:hostname"
, "authorization_dialog": { "url": "#/authorization_dialog" } , "authorization_dialog": { "url": "#/authorization_dialog" }
, "access_token": { "method": "POST", "url": "api/issuer@oauth3.org/access_token" } , "access_token": { "method": "POST", "url": "api/issuer@oauth3.org/access_token" }
, "otp": { "method": "POST", "url": "api/issuer@oauth3.org/otp" } , "otp": { "method": "POST", "url": "api/issuer@oauth3.org/access_token/send_otp" }
, "credential_otp": { "method": "POST", "url": "api/issuer@oauth3.org/otp" } , "credential_otp": { "method": "POST", "url": "api/issuer@oauth3.org/access_token/send_otp" }
, "credential_meta": { "url": "api/issuer@oauth3.org/logins/meta/:type/:id" } , "grants": { "method": "GET", "url": "api/issuer@oauth3.org/grants/:sub/:azp" }
, "credential_create": { "method": "POST", "url": "api/issuer@oauth3.org/logins" } , "publish_jwk": { "method": "POST", "url": "api/issuer@oauth3.org/jwks/:sub" }
, "grants": { "method": "GET", "url": "api/issuer@oauth3.org/grants/:azp/:sub" } , "retrieve_jwk": { "method": "GET", "url": "api/issuer@oauth3.org/jwks/:sub/:kid.json" }
, "authorization_decision": { "method": "POST", "url": "api/issuer@oauth3.org/authorization_decision" }
, "callback": { "method": "GET", "url": ".well-known/oauth3/callback.html#/" } , "callback": { "method": "GET", "url": ".well-known/oauth3/callback.html#/" }
, "logout": { "method": "GET", "url": "#/logout/" } , "logout": { "method": "GET", "url": "#/logout/" }
} }