Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The `exchange-oidc-token` (alias: `eot`) command is used to exchange an OIDC tok

Before executing the command, ensure that an OIDC integration has been set up on the platform.
For more details,
refer to the [JFrog OIDC Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) documentation.
refer to the [JFrog OIDC Integration](https://docs.jfrog.com/administration/docs/openid-connect-integration) documentation.

OIDC tokens are short-lived and ⚠️**do not support refresh**⚠️.
OIDC access tokens are not renewable. They are intended for one-time use during CI pipelines and do not have an automatic refresh mechanism like other tokens. Consequently, the authentication will only be valid for the duration of the pipeline or until the token expires.
Expand Down
Loading