[pve-devel] applied: [PATCH pve-docs] add OpenId Connect docu
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Jul 2 16:41:37 CEST 2021
On 01.07.21 10:55, Dietmar Maurer wrote:
> ---
> pveum.adoc | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 87 insertions(+), 1 deletion(-)
>
applied, much thanks! FYI fixed three typos
> diff --git a/pveum.adoc b/pveum.adoc
> index a1adbaa..9329583 100644
> --- a/pveum.adoc
> +++ b/pveum.adoc
> +* `autocreate`: Automatically create users if they do not exist. While
> +authentification is done at the OpenID server, all users still need an
German's "Authentifizierung" can make it sound Ok in ones head to add a "fi",
but in English only "authentication" is correct.
> +associate real users with that.
> +
> +The `username-claim` setting allows you to use other attributes for
> +the username mapping. Setting it to `username` is preferred, if the
> +OpenId Connect server provides that attribute and guarrantee its
guarantee has only a single r
> +uniqueness.
> +
> +Another option is to use `email`, which also yields to human readable
> +usernames. Again, only use this setting if the server guarrantees the
same here: s/guarrantees/guarantees/
> +uniqueness of this attribute.
> +
More information about the pve-devel
mailing list