gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: update docs more


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: update docs more
Date: Sat, 23 Feb 2019 19:43:05 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 61428b219 update docs more
61428b219 is described below

commit 61428b21903fc382ef2897192a0c3af03e6af48d
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Feb 23 19:43:02 2019 +0100

    update docs more
---
 doc/handbook/chapters/user.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/handbook/chapters/user.texi b/doc/handbook/chapters/user.texi
index f6fb2424e..73f07b1d5 100644
--- a/doc/handbook/chapters/user.texi
+++ b/doc/handbook/chapters/user.texi
@@ -2122,6 +2122,19 @@ The client_id will be the public key of the client.
 As a redirect URI, you may use any globally unique DNS or GNS URI.
 The client description will be displayed to the user on authorization.
 
+Any website or relying party must use the endpoint
+https://api.reclaim/openid/authorize in its authorization redirects, e.g.
+
address@hidden
+<a href="https://api.reclaim/openid/authorize?client_id=<PKEY>\
+                                             &scope=email\
+                                             &redirect_uri=<redirect_uri>\
+                                             &nonce=<random>">Login</a>
address@hidden example
+
+This will direct the user's browser onto his local reclaimID instance.
+After giving consent, you will be provided with the OpenID Connect 
authorization
+code according to the specifications at your provided redirect URI.
 
 @node Using the Virtual Public Network
 @section Using the Virtual Public Network

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]