Merge branch '21383-misc-fixes'. Refs #21383
[arvados.git] / doc / install / setup-login.html.textile.liquid
index 259e472553d03d66ff5ac91cd6808c8ecea19148..a9991f642e6b048d52cf03c4dc6c04ea239b6c0f 100644 (file)
@@ -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.