aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/handbook/chapters/user.texi13
1 files changed, 13 insertions, 0 deletions
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.
2122As a redirect URI, you may use any globally unique DNS or GNS URI. 2122As a redirect URI, you may use any globally unique DNS or GNS URI.
2123The client description will be displayed to the user on authorization. 2123The client description will be displayed to the user on authorization.
2124 2124
2125Any website or relying party must use the endpoint
2126https://api.reclaim/openid/authorize in its authorization redirects, e.g.
2127
2128@example
2129<a href="https://api.reclaim/openid/authorize?client_id=<PKEY>\
2130 &scope=email\
2131 &redirect_uri=<redirect_uri>\
2132 &nonce=<random>">Login</a>
2133@end example
2134
2135This will direct the user's browser onto his local reclaimID instance.
2136After giving consent, you will be provided with the OpenID Connect authorization
2137code according to the specifications at your provided redirect URI.
2125 2138
2126@node Using the Virtual Public Network 2139@node Using the Virtual Public Network
2127@section Using the Virtual Public Network 2140@section Using the Virtual Public Network