You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.`--username` and `--password` are required for the initial authentication (#1). `--jwt_audience` is implicitly propagated to tokens on refresh and it receives a default value when omitted.
16
+
2.`--username`, `--password` and `tenant-id` are required for the initial authentication (#1). `--jwt_audience` is implicitly propagated to tokens on refresh and it receives a default value when omitted.
17
17
18
18
3.`CODEBGP_ACCESS_TOKEN``CODEBGP_REFRESH_TOKEN` are state variables, updated by authentication commands and used to keep the state of the currently used tokens. `CODEBGP_ENDPOINT` is extracted from the `CODEBGP_ACCESS_TOKEN` payload custom claim to dynamically set the API endpoint from the access token.
19
19
@@ -24,7 +24,7 @@ The commands below depend on `jq` for JSON processing, but any similar tool can
24
24
25
25
1. Fetch the `CODEBGP_ACCESS_TOKEN` and `CODEBGP_REFRESH_TOKEN`:
0 commit comments