-
Type: Epic
-
Status: Resolved
-
Priority: Critical
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Authentication, C# Client, Java Client, JavaScript Client
-
Tags:
In the context of a REST based Web Application, we expect the servers to be stateless in order to allow flexible load-balancing and Scale out / Scale down.
Some of the default Nuxeo Authentication mechanisms can depend on the HTTP session (like form based that uses Cookies) : this is something we want to fix.
A much better solution than using Basic Auth is to use a token system.
This is what we do with Drive and Nuxeo Token.
In order to make this more generic we need to :
- ensure the Nuxeo Server can be an OAuth 2 Token provider
- ensure that the Nuxeo client libraries can handle that
- duplicates
-
NXP-21721 Provide OAuth Helpers on main clients for authenticating with the platform
- Resolved