From: Peter Amstutz Date: Mon, 17 Apr 2023 18:41:57 +0000 (-0400) Subject: 20123: Fix tabs vs spaces X-Git-Tag: 2.7.0~140^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1cb3683f67cd4fc29e9db10bee23745405380ce0?hp=a22c685d97ceae848267907529406310276a5e39 20123: Fix tabs vs spaces refs #20123 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/doc/install/setup-login.html.textile.liquid b/doc/install/setup-login.html.textile.liquid index 259e472553..a9991f642e 100644 --- a/doc/install/setup-login.html.textile.liquid +++ b/doc/install/setup-login.html.textile.liquid @@ -68,7 +68,7 @@ Arvados can also be configured to accept provider-issued access tokens as Arvado Login: OpenIDConnect: AcceptAccessToken: true - AcceptAccessTokenScope: "arvados" + AcceptAccessTokenScope: "arvados" {% endcodeblock %} # If the provider-issued tokens are JWTs, and @Login.OpenIDConnect.AcceptAccessTokenScope@ is not empty, Arvados will check that the token contains the configured scope, and reject tokens that do not have the configured scope. This can be used to control which users or applications are permitted to access your Arvados instance.