Requesting WLCG tokens with oidc-agent: https://opensciencegrid.org/technology/software/requesting-tokens/

Example submit file using condor_submit -remote:

    executable = /bin/env

    output = env.out

    error = env.err

    log = env.log

    # can be skipped if there is a token in the default location:
    # /tmp/bt_u$(id -u)

    +SciTokensFile = "<path to token>"

    queue

For improved management of submitted jobs, submit "Grid Universe" jobs from an HTCondor access point: https://htcondor.github.io/htcondor-ce/v5/remote-job-submission/#submit-the-job