summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-06-27 22:28:31 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-07-02 14:49:13 +0200
commit5231ab8d1680a66460f7d126d7092315ab0f9e23 (patch)
tree5325c07b26e92f1fc365a701cd0da99865d34b25 /doc
parent394b62ceab778eb58e7eb8927068a7e1faab4add (diff)
Merge the identity provider program with webid-oidc
Diffstat (limited to 'doc')
-rw-r--r--doc/webid-oidc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index f7da5b3..6e51bd1 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -376,15 +376,15 @@ This project is packaged with a barebones identity provider. It has an
authorization endpoint and a token endpoint (and it serves its public
keys), but it is only intended for one specific person.
-You can start it by invoking the @code{webid-oidc-issuer} program,
-with the following options:
+You can start it by invoking the @code{webid-oidc} program with the
+@code{issuer} command, with the following options:
@table @asis
@item @code{-h}, or @code{--help}
prints a summary of options and exit.
@item @code{-v}, or @code{--version}
prints the version of the program and exits.
-@item @code{-i @var{URI}}, or @code{--issuer=@var{URI}}
+@item @code{-n @var{URI}}, or @code{--server-name=@var{URI}}
sets the global server name of the identity provider. It should have
an empty path.
@item @code{-k @var{FILE.jwk}}, or @code{--key-file=@var{FILE.jwk}}