From 5231ab8d1680a66460f7d126d7092315ab0f9e23 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sun, 27 Jun 2021 22:28:31 +0200 Subject: Merge the identity provider program with webid-oidc --- doc/webid-oidc.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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}} -- cgit v1.2.3