Following lines in question:
|
// The client secret used for accessing the introspection endpoint. |
|
// Optional unless running as a protected resource. |
|
"client_secret": "xxxxxxxxxxxxxxx", |
Just remove the second line make it clear it's only used in introspection mode, not local validation mode.
Following lines in question:
irods_client_http_api/README.md
Lines 270 to 272 in 486c1b1
Just remove the second line make it clear it's only used in introspection mode, not local validation mode.