|
@@ -1,5 +1,5 @@
|
|
|
.\" Text automatically generated by txt2man
|
|
|
-.TH TURN 1 "06 September 2016" "" ""
|
|
|
+.TH TURN 1 "07 September 2016" "" ""
|
|
|
.SH GENERAL INFORMATION
|
|
|
|
|
|
A set of turnutils_* programs provides some utility functionality to be used
|
|
@@ -452,8 +452,11 @@ helps the access_token validation and decryption. This utility inputs all the
|
|
|
keys and lifetimes and any related informations that are needed for encryption
|
|
|
or decryption of an access_token. It outputs a JSON with all OAuth PoP
|
|
|
parameters that need to pass to the client. Output is generated accoriding
|
|
|
-RFC7635 Appendix B, Figure 8. For more details, and for the access_token
|
|
|
-structure, read rfc7635.
|
|
|
+RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server
|
|
|
+service, but be awere that this utility does not generate "session key" /
|
|
|
+"mac_key" and not verifies lifetime of "session key" / "mac_key" or "Auth key".
|
|
|
+.PP
|
|
|
+For more details, and for the access_token structure, read rfc7635.
|
|
|
.PP
|
|
|
Use either \fB\-e\fP and/or \fB\-d\fP flag to encrypt or decrypt access_token.
|
|
|
.PP
|
|
@@ -513,7 +516,7 @@ base64 encoded MAC key \fBbase64\fP(32 octet) = 44 char
|
|
|
\fB\-q\fP, \fB\-\-token\-timestamp\fP
|
|
|
timestamp in format 64 bit unsigned (Native format \- Unix),
|
|
|
so 48 bit for secs since epoch UTC + 16 bit for 1/64000 fractions of a second.
|
|
|
-An example: 16 bit left shift the unixtimestamp. (Default: actual gmtime)
|
|
|
+e.g.: the actual unixtimestamp 16 bit left shifted. (Default: actual gmtime)
|
|
|
.TP
|
|
|
.B
|
|
|
\fB\-r\fP, \fB\-\-token\-lifetime\fP
|