We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4563a26 commit c0223bfCopy full SHA for c0223bf
docs/user/using_the_client.md
@@ -140,8 +140,8 @@ following parameters in the `[client]` section:
140
141
```bash
142
[client]
143
-auth_oidc_refresh_active true
144
-auth_oidc_refresh_before_exp 20
+auth_oidc_refresh_active = true
+auth_oidc_refresh_before_exp = 20
145
```
146
147
`auth_oidc_refresh_active` is false by default. If set to true, the Rucio Client
@@ -167,8 +167,8 @@ account = \<rucio_account_name\>
167
oidc_audience = rucio
168
oidc_scope = openid profile offline_access
169
oidc_issuer = wlcg
170
171
172
173
174
Then, you should be able to do simply:
0 commit comments