...
Often for debugging purposes, it is useful to display the entire certificate chain, including intermediate and root certificates used to validate the proxy:
...
following the steps required by the application, and namely:
- initialize initialise his OIDC client's name
- insert IAM URL (e.g. https://iam-t1-computing.cloud.cnaf.infn.it/)
- when a web page for authentication opens, enter the credentials of the IAM account
- authorize authorise the new client
- insert your client's password twice.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
[ashtimmermanus@ui-tier1 ~]$ oidc-add -a The following account configurations are currently loaded: axy |
To inspect the content of the JWT, you can use the jq tool:
| Code Block | ||||
|---|---|---|---|---|
| ||||
[ashtimmermanus@ui-tier1 ~]$ oidc-token axy | jq -R 'split(".")[1] | @base64d | fromjson' |