Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
2.0.4
-
None
-
None
Description
Steps to reproduce
- Define rest client which uses oauth2 authentication
- Define rest client which uses oauth2 client
- Make multiple calls to the secured service using the client
Expected results
Authentication token is preserved across requests until it expires.
Actual results
Authentication token is not preserved across requests, resulting into oauth2 authentication calls.
Workaround
Development notes
Each call results into making new instance of BearerSecurityScheme where token field is. Token field is thus null every time for every call.
Checklists
Acceptance criteria