update docs more
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Sat, 23 Feb 2019 18:43:02 +0000 (19:43 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Sat, 23 Feb 2019 18:43:02 +0000 (19:43 +0100)
doc/handbook/chapters/user.texi

index f6fb2424eaf727e1c5f16cd28103873d90ad2af0..73f07b1d53173c460d70ccf0bffae545b013e65d 100644 (file)
@@ -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.
+
+@example
+<a href="https://api.reclaim/openid/authorize?client_id=<PKEY>\
+                                             &scope=email\
+                                             &redirect_uri=<redirect_uri>\
+                                             &nonce=<random>">Login</a>
+@end 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