-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.9.6-SNAPSHOT
-
Fix Version/s: 6.0
-
Component/s: Authentication
Since NXP-13724 all directories are Read / Write protected, thus the authTokens directory cannot be read or written by a non administrator user.
Yet the TokenAuthenticationService is currently accessing to this directory logged as the current user => token creation fails silently because session.createEntry(entry) returns null.
Token cannot be read either.