-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3.0, nuxeo-11.0.0
-
Component/s: Nuxeo Connector
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #12, nxplatform #13, nxplatform #14
-
Story Points:3
Context
Since NEV-41, we now have an oauth2 flow for authentication against ARender Previewer.
This mechanism stores access token in memory which is a blocker for having ARender Previewer in HA.
Request
We want to implement the Spring Security interface OAuth2AuthorizedClientService to bring the MongoDB support for sharing access token/user authentication across several previewers.
We need to have a mechanism to correctly configure this part. Mainly, we need to switch completely from in-memory to MongoDB implementation when configuration parameters say so (explore spring profile and spring condition annotation).
- is related to
-
JAVACLIENT-204 Propose a way to be called when an OAuth2 token is refreshed
- Open
-
NEV-264 Implements a token store for NCO usage
- Open
-
NEV-427 Implements a token store for Hazelcast
- Resolved
-
NXBT-3358 Install yq 3.3.2 on platform builders
- Resolved
-
NEV-41 Rework ARender Previewer authentication
- Resolved
- Is referenced in