This PR adds a new Octopus login step which allows authenticating to an Octopus server when a valid OIDC token is provided and the server is configured for OIDC. It exports an access token which can be used in subsequent steps.
The PR also includes updates to other Octopus steps to allow users to either authenticate via API key or access token.
Why
Option of enhanced security through short-lived access tokens.
What
This PR adds a new Octopus login step which allows authenticating to an Octopus server when a valid OIDC token is provided and the server is configured for OIDC. It exports an access token which can be used in subsequent steps.
The PR also includes updates to other Octopus steps to allow users to either authenticate via API key or access token.
Why
Option of enhanced security through short-lived access tokens.