From b60e9b8fce68797de88131059e1ab454f33a34c0 Mon Sep 17 00:00:00 2001 From: tigerbot Date: Tue, 15 Aug 2017 14:06:15 -0600 Subject: [PATCH] updated the directives for the new issuer API --- well-known/oauth3/directives.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/well-known/oauth3/directives.json b/well-known/oauth3/directives.json index b710741..d546348 100644 --- a/well-known/oauth3/directives.json +++ b/well-known/oauth3/directives.json @@ -1,13 +1,12 @@ { "terms": [ "oauth3.org/tos/draft" ] , "api": "api.:hostname" , "authorization_dialog": { "url": "#/authorization_dialog" } -, "access_token": { "method": "POST", "url": "api/issuer@oauth3.org/access_token" } -, "otp": { "method": "POST", "url": "api/issuer@oauth3.org/otp" } -, "credential_otp": { "method": "POST", "url": "api/issuer@oauth3.org/otp" } -, "credential_meta": { "url": "api/issuer@oauth3.org/logins/meta/:type/:id" } -, "credential_create": { "method": "POST", "url": "api/issuer@oauth3.org/logins" } -, "grants": { "method": "GET", "url": "api/issuer@oauth3.org/grants/:azp/:sub" } -, "authorization_decision": { "method": "POST", "url": "api/issuer@oauth3.org/authorization_decision" } -, "callback": { "method": "GET", "url": ".well-known/oauth3/callback.html#/" } -, "logout": { "method": "GET", "url": "#/logout/" } +, "access_token": { "method": "POST", "url": "api/issuer@oauth3.org/access_token" } +, "otp": { "method": "POST", "url": "api/issuer@oauth3.org/access_token/send_otp" } +, "credential_otp": { "method": "POST", "url": "api/issuer@oauth3.org/access_token/send_otp" } +, "grants": { "method": "GET", "url": "api/issuer@oauth3.org/grants/:sub/:azp" } +, "publish_jwk": { "method": "POST", "url": "api/issuer@oauth3.org/jwks/:sub" } +, "retrieve_jwk": { "method": "GET", "url": "api/issuer@oauth3.org/jwks/:sub/:kid.json" } +, "callback": { "method": "GET", "url": ".well-known/oauth3/callback.html#/" } +, "logout": { "method": "GET", "url": "#/logout/" } }