Notes ARC CE

 

Questions:

  1. How can a token be acquired?
    1. For programmatic access use standard OAuth protocols to get tokens from token issuer, e.g. client credentials flow
      1. Useful for e.g. pilot submission where the token is not issued to an end user
      2. (Let’s drop pilot discussion since that’s clear, let’s focus on the user token flows)
    2. Also some tools for users to get user tokens
      1. Can we assume that the token can be issued and refreshed transparently?
      2. Do we need to know what’s in the tokens?
      3. Would expect that get a single token for a job

 

Actions