[pve-devel] [PATCH docs v2 2/5] fix #4234: add docs for openid optional userinfo request
Thomas Skinner
thomas at atskinner.net
Mon Dec 16 05:14:25 CET 2024
Signed-off-by: Thomas Skinner <thomas at atskinner.net>
---
pveum.adoc | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pveum.adoc b/pveum.adoc
index 81565ab..1d18d38 100644
--- a/pveum.adoc
+++ b/pveum.adoc
@@ -479,6 +479,14 @@ Another option is to use `email`, which also yields human readable
usernames. Again, only use this setting if the server guarantees the
uniqueness of this attribute.
+Advanced settings
+^^^^^^^^^^^^^^^^^
+
+* `Disable userinfo request` (`disable-userinfo`): Enabling this option prevents
+the OpenID Connect authenticator from querying the "userinfo" endpoint for claim
+values. This is useful for some identity providers that do not support the "userinfo"
+endpoint (e.g. ADFS).
+
Examples
^^^^^^^^
--
2.39.5
More information about the pve-devel
mailing list