mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 22:56:04 +00:00
pveum: switch OATH 2.0 to the correct OAuth 2.0; use pve not Proxmox
this switches the use of OATH 2.0 to the correct spelling of OAuth 2.0. it also makes it clear that the OpenID Connect Discovery protocol is used by Proxmox VE the product, not Proxmox the company. otherwise, users could have gotten the impression that data is processed on company servers. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
4135209755
commit
4cd548b5cc
@ -160,7 +160,7 @@ as an authentication protocol.
|
||||
|
||||
OpenID Connect::
|
||||
|
||||
OpenID Connect is implemented as an identity layer on top of the OATH 2.0
|
||||
OpenID Connect is implemented as an identity layer on top of the OAuth 2.0
|
||||
protocol. It allows clients to verify the identity of the user, based on
|
||||
authentication performed by an external authorization server.
|
||||
|
||||
@ -436,7 +436,7 @@ OpenID Connect
|
||||
The main OpenID Connect configuration options are:
|
||||
|
||||
* `Issuer URL` (`issuer-url`): This is the URL of the authorization server.
|
||||
Proxmox uses the OpenID Connect Discovery protocol to automatically configure
|
||||
{pve} uses the OpenID Connect Discovery protocol to automatically configure
|
||||
further details.
|
||||
+
|
||||
While it is possible to use unencrypted `http://` URLs, we strongly recommend to
|
||||
|
Loading…
Reference in New Issue
Block a user