-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... OIDC user
I want... __ to set the access token on new connections
So that... my application doesn't run into repeated authentication errors
User Experience
- Resolve issues reported in HELP-70195 and HELP-69886
- stop driver from repeatedly reported an expired token
Dependencies
- None
Risks/Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Use cached access token when making new OIDC authenticated connections
Testing Requirements
-
- Add unit test verifying that cached token is used on creation of new connections
Documentation Requirements
- None
Follow Up Requirements
- Will need to release driver with fix