Skip to content

Commit bfbe0d2

Browse files
committed
Update README.md
1 parent 3492d4e commit bfbe0d2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,11 @@ A sample configuration would look like this:
395395

396396
Now this Service Connection can be used for any of JFrog tasks as normal, authenticating with a temporary access token each time the pipeline runs.
397397

398-
> [!IMPORTANT]
399-
> When using JFrog CLI version `2.75.0` or later, the extension automatically exports the authenticated user and access token
398+
> 💡 **Tip**
399+
> The extension automatically exports the authenticated user and access token
400400
> as step outputs named `oidc_user` and `oidc_token`. These outputs can be used in later steps (e.g., for Docker login, Helm registry, or custom scripts).
401-
> If you override the CLI version in your pipeline and use an older version, these outputs may not be available.
402401
> Example usage in a later step:
403402
404-
405403
```yaml
406404
steps:
407405
- task: JfrogCliV2@1
@@ -420,8 +418,6 @@ Now this Service Connection can be used for any of JFrog tasks as normal, authen
420418
```
421419
422420
423-
424-
425421
See [JFrog CLI - OIDC Token Exchange (`jf eot`)](https://jfrog.com/help/r/jfrog-cli/jfrog-cli-eot) for more information on how the CLI handles OpenID Connect tokens behind the scenes.
426422

427423
</details>

0 commit comments

Comments
 (0)