Versions Compared

Key

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

...

In case you need to setup a custom OAuth2 client-id and secret in PIPEFORCE IAM, please contact support since they will setup and maintain this for you.

RunAs Authentication

This is not really an authentication method since it switches from an already successfully authenticated user to another user in case the user has the permission to do so.

This method works only in case there is already a successfully authenticated user in the current request scope and it is allowed for this user to run as:

Code Block
authorization: RunAs <username>

Refresh Authentication

This authenticates using a refresh token from an OAuth 2.0 flow.

...