X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/341fd46d3a5188f3ce312aefc5599796c9d825d4..ae92d144610446849eb568247a44f02ae985c281:/doc/api/requests.html.textile.liquid diff --git a/doc/api/requests.html.textile.liquid b/doc/api/requests.html.textile.liquid index cee4728529..fc5957af5f 100644 --- a/doc/api/requests.html.textile.liquid +++ b/doc/api/requests.html.textile.liquid @@ -42,7 +42,7 @@ $ curl -v -H "Authorization: Bearer xxxxapitokenxxxx" https://192.168.5.2:8000/a > ... -On a cluster configured to use an OpenID Connect provider (including Google) as a login backend, an OpenID Connect access token can also be used in place of an Arvados API token. This is also supported on a cluster that delegates login to another cluster (LoginCluster) which in turn uses an OpenID Connect provider. +On a cluster configured to use an OpenID Connect provider (other than Google) as a login backend, Arvados can be configured to accept an OpenID Connect access token in place of an Arvados API token. OIDC access tokens are also accepted by a cluster that delegates login to another cluster (LoginCluster) which in turn has this feature configured. See @Login.OpenIDConnect.AcceptAccessTokenScope@ in the "default config.yml file":{{site.baseurl}}/admin/config.html for details.
 $ curl -v -H "Authorization: Bearer xxxx-openid-connect-access-token-xxxx" https://192.168.5.2:8000/arvados/v1/collections