Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

What are .token directories and what are the values in it

Avatar

Level 5

Just trying to udnerstand the .tokens under user nodes. we've a custom auth handler and those nodes are still populated? Are those session cookie values?

Is there a document that explain what is stored there and when and how is it used?

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

CQ5 has token authentication and management, It is responsible for issuing new login tokens and validating TokenCredentials passed to the repository login.

You can find more details at

http://jackrabbit.apache.org/oak/docs/security/authentication/tokenmanagement.html

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

CQ5 has token authentication and management, It is responsible for issuing new login tokens and validating TokenCredentials passed to the repository login.

You can find more details at

http://jackrabbit.apache.org/oak/docs/security/authentication/tokenmanagement.html