support logout
This commit is contained in:
parent
23d65ec4da
commit
460274017b
|
@ -7,4 +7,5 @@
|
||||||
, "grants": { "method": "GET", "url": "api/org.oauth3.provider/grants/:azp/:sub" }
|
, "grants": { "method": "GET", "url": "api/org.oauth3.provider/grants/:azp/:sub" }
|
||||||
, "authorization_decision": { "method": "POST", "url": "api/org.oauth3.provider/authorization_decision" }
|
, "authorization_decision": { "method": "POST", "url": "api/org.oauth3.provider/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/" }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue