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
Currently, we perform local validation of access tokens, and fall through to using the introspection endpoint to validate access tokens if local validation fails.
We should allow for the configuration of what validation methods are used, and possibly the order of validation methods used.
The text was updated successfully, but these errors were encountered:
See the following code:
irods_client_http_api/core/src/common.cpp
Lines 340 to 382 in 3824a09
Currently, we perform local validation of access tokens, and fall through to using the introspection endpoint to validate access tokens if local validation fails.
We should allow for the configuration of what validation methods are used, and possibly the order of validation methods used.
The text was updated successfully, but these errors were encountered: