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