File: index.rst

package info (click to toggle)
python-globus-sdk 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,180 kB
  • sloc: python: 35,340; sh: 37; makefile: 35
file content (17 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _userguide_service_accounts:

Service Accounts
================

"Service Accounts" or "Client Identities" (the terms are synonymous) are
automated users which authenticate with Globus via client credentials.
Using this type of credential allows for automated usage of Globus services
which does not rely on user interaction or login flows.

.. toctree::
    :caption: Using Service Accounts with the SDK
    :maxdepth: 1

    understanding_service_accounts
    registering_a_service_account
    using_client_app/index