-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.2
-
Component/s: Nuxeo Connector
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxcore 11.1.3
-
Story Points:5
Currently in ARender, JWT is used for authentication, but using it with a very low ttl leads to multiple unauthorized exceptions, as we don't have ways to refresh the token.
We want to change the authentication flow :
- Send the JWT from Nuxeo to ARender
- Use this token to fetch an Oauth2 token
- Use this fetched token for connection from ARender to Nuxeo
- depends on
-
JAVACLIENT-184 Handle refresh token when using OAuth2 authentication
- Resolved
- is related to
-
NXP-26853 Remove okhttp dependency
- Resolved
-
NXP-27175 Improve OAuth2 error when jwt token doesn't exist or is invalid
- Resolved
- is required by
-
NXP-29907 Better error message on invalid OAuth2 grant type
- Resolved
- Is referenced in