From 1cb3683f67cd4fc29e9db10bee23745405380ce0 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 17 Apr 2023 14:41:57 -0400 Subject: [PATCH 1/1] 20123: Fix tabs vs spaces refs #20123 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/install/setup-login.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2