19140: Links to scoped token doc page, mentions expires_at field. 19140-service-acct-creation-doc
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 17 Oct 2023 19:03:00 +0000 (16:03 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 17 Oct 2023 19:03:00 +0000 (16:03 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

doc/admin/user-management.html.textile.liquid

index 9cc8594215be4da3fa3914d20e8ccd617c8a8065..7d30ee88d1e70cbca7eb046e967e337abd154ac0 100644 (file)
@@ -209,4 +209,4 @@ For automation purposes, you can create service accounts that aren't tied to an
 
 As an admin, you can create accounts like described in the "user pre-setup section above":#pre-activated and then "activate them by updating its @is_active@ field":{{site.baseurl}}/admin/user-management-cli.html#activate-user.
 
-Once a service account is created you can "use an admin account to set up a token":{{site.baseurl}}/admin/user-management-cli.html#create-token for it, so that the required automations can authenticate. Note that these tokens support having a limited lifetime and scope, if required by your security policies. You can read more about them at "the API reference page":{{site.baseurl}}/api/methods/api_client_authorizations.html.
\ No newline at end of file
+Once a service account is created you can "use an admin account to set up a token":{{site.baseurl}}/admin/user-management-cli.html#create-token for it, so that the required automations can authenticate. Note that these tokens support having a limited lifetime by using the @expires_at@ field and also "limited scope":{{site.baseurl}}/admin/scoped-tokens.html, if required by your security policies. You can read more about them at "the API reference page":{{site.baseurl}}/api/methods/api_client_authorizations.html.
\ No newline at end of file