From 48a9b6f049a9a1dcc96eec9bc5a9e05cdb18d673 Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Mon, 7 Aug 2017 22:09:49 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7471fa3..2129940 100644 --- a/README.md +++ b/README.md @@ -355,4 +355,10 @@ https://azp.tld/.well-known/oauth3/callback.html#/ &debug=false ``` -## OAuth3 Token Issuance, Endpoints, and Process \ No newline at end of file +## OAuth3 Logout + +OAuth3 sessions are stored on the client. In order to log out of an application the `logout` URL specified in the directives must be opened and then it is up to the issuer to determine how to log out. + +``` +https://smithfam.net/#/logout +``` \ No newline at end of file