Actions
Feature #17468
open[controller] Skip repetitive OIDC UserInfo calls if access token validates as an ID token
Story points:
1.0
Release:
Release relationship:
Auto
Description
When we accept an OIDC access token in lieu of an Arvados token for an API call, if the OIDC provider is configured to issue access tokens that are signed JWTs with email/name/exp values, the call we make to the UserInfo API is redundant.
We should check whether the incoming token is a JWT, passes validation, and has the exp/name/email claims we need, and if so- skip the call to UserInfo
- when caching the token in memory/postgres, use the token's embedded expiry time instead of our default TTL
Related issues
Updated by Tom Clegg over 3 years ago
- Related to Feature #16669: Accept OpenID Connect access token added
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions