Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When RED executes the 'Auth Script Command' this is the typical workflow: 

  1. RED UI
    1. Save Saves the current RED Profile to disk and provide access to this Profile file and the connection name requiring authentication via environment variables.
    2. Run Runs the 'Auth Script Command'.
  2. Authentication Script
    1. Reads the RED Profile and retrieves any required Connection details from it.
    2. Perform Performs the required authentication workflow for the connection.
    3. Updates the RED Profile on disk with refreshed Auth Tokens and other Auth Configuration values as required. 
  3. RED UI
    1. Merges the updated RED Profile file back into memory.
    2. Completes the authentication process for the connection.
    3. Resets the internal expiry for the connection based on 'Auth Expires After' mins. 

...