From 460274017be29700597096222d822eee9b39ab1e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 15 Feb 2017 20:09:58 -0500 Subject: [PATCH] support logout --- .well-known/oauth3/directives.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.well-known/oauth3/directives.json b/.well-known/oauth3/directives.json index 5621d0e..956558c 100644 --- a/.well-known/oauth3/directives.json +++ b/.well-known/oauth3/directives.json @@ -7,4 +7,5 @@ , "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#/" } +, "logout": { "method": "GET", "url": "#/logout/" } }